diff src/madplug/plugin.c @ 2731:324f950774cb

Disable MADPROBE_DEBUG.
author William Pitcock <nenolod@atheme.org>
date Sun, 29 Jun 2008 00:04:49 -0500
parents c56305e38520
children 4151640654ae
line wrap: on
line diff
--- 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)