[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Michael Smith
msmith at xiph.org
Sat Feb 16 22:36:03 PST 2002
msmith 02/02/16 22:36:03
Modified: oggenc oggenc.c
Log:
Print version info to stdout, instead of stderr. apparently this is normal.
Revision Changes Path
1.50 +1 -1 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- oggenc.c 2002/02/08 16:06:45 1.49
+++ oggenc.c 2002/02/17 06:36:02 1.50
@@ -653,7 +653,7 @@
opt->rawmode = 1;
break;
case 'v':
- fprintf(stderr, VERSION_STRING);
+ fprintf(stdout, VERSION_STRING);
exit(0);
break;
case 'B':
<p><p><p>--- >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