# HG changeset patch # User William Pitcock # Date 1214715889 18000 # Node ID 324f950774cb663fe91d549a7e53f77a2ff69d45 # Parent 4b4038a109481b7398757bc6c2922a0601dc3691 Disable MADPROBE_DEBUG. diff -r 4b4038a10948 -r 324f950774cb src/madplug/plugin.c --- a/src/madplug/plugin.c Sat Jun 28 23:54:39 2008 -0500 +++ b/src/madplug/plugin.c Sun Jun 29 00:04:49 2008 -0500 @@ -277,7 +277,9 @@ ((guint32) hbuf[3]); } -#if 1 +#undef MADPROBE_DEBUG + +#ifdef MADPROBE_DEBUG static gchar *mp3_ver_table[4] = { "2.5", "INVALID", "2", "1" }; #define LULZ(...) do { fprintf(stderr, "madprobe: "); fprintf(stderr, __VA_ARGS__); } while (0) #define LOL(...) do { fprintf(stderr, __VA_ARGS__); } while (0)