[xiph-cvs] cvs commit: vorbis-tools/oggenc platform.c
Michael Smith
msmith at xiph.org
Thu Jan 31 04:23:29 PST 2002
msmith 02/01/31 04:23:29
Modified: oggenc platform.c
Log:
Let's try and make the fix at least look like it might work. Stupid Me.
Revision Changes Path
1.9 +1 -1 vorbis-tools/oggenc/platform.c
Index: platform.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/platform.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- platform.c 2002/01/31 12:00:22 1.8
+++ platform.c 2002/01/31 12:23:28 1.9
@@ -124,7 +124,7 @@
start = fn;
#ifdef _WIN32
- if(strlen(fn) >= 3 && isalpha(fn[0] && fn[1]==':'))
+ if(strlen(fn) >= 3 && isalpha(fn[0]) && fn[1]==':')
start = start+2;
#endif
<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