From 8cc0bb287b915fd5db7167678ab0c8fa4b5dc5c2 Mon Sep 17 00:00:00 2001 From: James Hammons Date: Thu, 29 Dec 2011 15:22:35 +0000 Subject: [PATCH] Missed a spurious debugging printf. :-P --- rln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.37.2