[xiph-cvs] cvs commit: vorbis-tools/ogginfo ogginfo2.c
Michael Smith
msmith at xiph.org
Mon Mar 24 02:21:55 PST 2003
msmith 03/03/24 05:21:55
Modified: ogginfo ogginfo2.c
Log:
Oops. Initialise variable correctly.
Revision Changes Path
1.21 +2 -0 vorbis-tools/ogginfo/ogginfo2.c
Index: ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ogginfo2.c 24 Mar 2003 09:05:57 -0000 1.20
+++ ogginfo2.c 24 Mar 2003 10:21:55 -0000 1.21
@@ -734,6 +734,8 @@
return 1;
}
+ ret = 0;
+
for(f=optind; f < argc; f++) {
flawed = 0;
process_file(argv[f]);
<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