[Mplayer-cvslog] CVS: main/libvo mga_common.c,1.45,1.46

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 10 02:11:01 CEST 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv511

Modified Files:
	mga_common.c 
Log Message:
compiler warning found by Dominik


Index: mga_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/mga_common.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- mga_common.c	10 Oct 2002 00:09:34 -0000	1.45
+++ mga_common.c	10 Oct 2002 00:10:58 -0000	1.46
@@ -397,7 +397,7 @@
 
 static uint32_t preinit(const char *vo_subdevice)
 {
-  char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
+  const char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
 
 	f = open(devname,O_RDWR);
 	if(f == -1)




More information about the MPlayer-cvslog mailing list