tags 518455 +patch
thanks

patch is attatched.
diff -ur juice-0.03p+nmu2/src/mpg123/mpg123.c juice-0.03p+nmu2.new/src/mpg123/mpg123.c
--- juice-0.03p+nmu2/src/mpg123/mpg123.c	2000-05-12 09:11:48.000000000 +0000
+++ juice-0.03p+nmu2.new/src/mpg123/mpg123.c	2009-03-06 22:25:13.000000000 +0000
@@ -37,6 +37,7 @@
 #include <stdlib.h>			 /* NULL */
 #include <stdio.h>			 /* vsnprintf(), sscanf() */
 #include <errno.h>			 /* errno, EINTR */
+#include <limits.h>			 /* SSIZE_MAX */
 
 #include "typedefs.h"		 /* bool, TRUE, FALSE */
 #include "utils.h"			 /* trim(), readline(), safe_strcpy() */
@@ -44,6 +45,7 @@
 #include "mpg123.h"			 /* recv_t, SEEK_BEG, SEEK_REW, SEEK_FWD */
 #include "queue.h"			 /* queue_init(), queue_add(), queue_remove(), queue_destroy(), queue_empty(), queue_t */
 
+
 /* Time in microseconds to wait before it is assumed, that a signal has been received and processed. */
 #define DELAY 50000
 

Reply via email to