From: James Hammons Date: Thu, 29 Dec 2011 15:22:35 +0000 (+0000) Subject: Missed a spurious debugging printf. :-P X-Git-Tag: v1.7.1~42 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=8cc0bb287b915fd5db7167678ab0c8fa4b5dc5c2;hp=7748e5d5171798fdf89f9c4e0a545d80bcc70b85 Missed a spurious debugging printf. :-P --- diff --git a/rln.c b/rln.c index b1c9c8b..73a30d5 100644 --- 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);