[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Michael Smith
msmith at xiph.org
Tue Dec 4 00:38:03 PST 2001
msmith 01/12/04 00:38:02
Modified: oggenc oggenc.c
Log:
Remove accidently added debug code from a while ago.
Revision Changes Path
1.34 +0 -2 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- oggenc.c 2001/12/04 08:20:39 1.33
+++ oggenc.c 2001/12/04 08:38:01 1.34
@@ -97,8 +97,6 @@
if(!strcmp(infiles[i], "-") && numfiles > 1)
{
fprintf(stderr, "ERROR: Multiple files specified when using stdin\n");
- for(i=0; i < numfiles; i++)
- fprintf(stderr, "%d: %s\n", i, infiles[i]);
exit(1);
}
}
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list