# HG changeset patch # User arpi # Date 1034208658 0 # Node ID 368d333d92c2eab23dcccac84dc74e9ec06971ba # Parent b64f14fdadfb440c54c99cf104a2027ae29bc339 compiler warning found by Dominik diff -r b64f14fdadfb -r 368d333d92c2 libvo/mga_common.c --- a/libvo/mga_common.c Thu Oct 10 00:09:34 2002 +0000 +++ b/libvo/mga_common.c Thu Oct 10 00:10:58 2002 +0000 @@ -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)