CVS: main/libvo mga_common.c,1.45,1.46
9 Oct
2002
9 Oct
'02
8:11 p.m.
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)
8434
Age (days ago)
8433
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arpi of Ize -
Dominik Mierzejewski