8f282ef8b5
- add patch to suppress a warning
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
--- io_mpg123.c.orig Mon Dec 6 18:45:18 1999
|
|
+++ io_mpg123.c Mon Dec 6 18:45:27 1999
|
|
@@ -596,7 +596,7 @@
|
|
return FALSE;
|
|
}
|
|
|
|
-#ifdef 0
|
|
+#if 0
|
|
/* we ignore escape sequences (for now) */
|
|
if (c == 27 && getc(mpgpipe) == ']')
|
|
{
|