Missed a spurious debugging printf. :-P

This commit is contained in:
James Hammons 2011-12-29 15:22:35 +00:00
parent 7748e5d517
commit 8cc0bb287b
1 changed files with 1 additions and 1 deletions

2
rln.c
View File

@ -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);