[xiph-cvs] cvs commit: vorbis-tools/share iconvert.c
Jack Moffitt
jack at xiph.org
Tue Dec 18 18:57:31 PST 2001
jack 01/12/18 18:57:31
Modified: share iconvert.c
Log:
I hate warnings.
Revision Changes Path
1.3 +1 -1 vorbis-tools/share/iconvert.c
Index: iconvert.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/share/iconvert.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iconvert.c 2001/10/21 23:11:54 1.2
+++ iconvert.c 2001/12/19 02:57:31 1.3
@@ -99,7 +99,7 @@
goto fail;
/* Convert to UTF-8 */
- ib = from;
+ ib = (char *)from;
ibl = fromlen;
ob = utfbuf;
obl = utflen;
--- >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