X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=blobdiff_plain;f=rln.c;h=73a30d51cb1092b714e50b17e57d3e6ccd59e46f;hp=b1c9c8bd5665097548e39a18e40b3c29415e0948;hb=8cc0bb287b915fd5db7167678ab0c8fa4b5dc5c2;hpb=7748e5d5171798fdf89f9c4e0a545d80bcc70b85 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);