[Mplayer-cvslog] CVS: main/libvo vo_gl.c,1.45,1.46
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Sat Aug 28 22:59:51 CEST 2004
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv23141/libvo
Modified Files:
vo_gl.c
Log Message:
small gcc warning fixes
Index: vo_gl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_gl.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- vo_gl.c 25 Jul 2004 12:49:01 -0000 1.45
+++ vo_gl.c 28 Aug 2004 20:59:49 -0000 1.46
@@ -362,7 +362,7 @@
slice_height = 4;
if(arg)
{
- char *parse_pos = &arg[0];
+ char *parse_pos = (char *)&arg[0];
while (parse_pos[0] && !parse_err) {
if (strncmp (parse_pos, "manyfmts", 8) == 0) {
parse_pos = &parse_pos[8];
More information about the MPlayer-cvslog
mailing list