]> Shamusworld >> Repos - rln/commitdiff
Missed a spurious debugging printf. :-P
authorJames Hammons <jlhamm@acm.org>
Thu, 29 Dec 2011 15:22:35 +0000 (15:22 +0000)
committerJames Hammons <jlhamm@acm.org>
Thu, 29 Dec 2011 15:22:35 +0000 (15:22 +0000)
rln.c

diff --git a/rln.c b/rln.c
index b1c9c8bd5665097548e39a18e40b3c29415e0948..73a30d51cb1092b714e50b17e57d3e6ccd59e46f 100644 (file)
--- a/rln.c
+++ b/rln.c
@@ -532,7 +532,7 @@ if ((strcmp(name, "U235SE_playback_rate") == 0)
                if (((ostresult != -1) && bflag && !(type & 0x01000000))
                        || ((ostresult != -1) && gflag && (type & 0xF0000000)) || (ostresult == -1))
                {
-#if 1
+#if 0
 if ((strcmp(name, "U235SE_playback_rate") == 0)
        || (strcmp(name, "U235SE_playback_period") == 0))
        printf("%s was added to the ost.\n", name);