[Mplayer-cvslog] CVS: main cfgparser.c,1.44,1.45
Atmosfear
atmos4 at mplayer.dev.hu
Wed Feb 20 23:41:57 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21890
Modified Files:
cfgparser.c
Log Message:
remove uneeded assert (common case at eof)
Index: cfgparser.c
===================================================================
RCS file: /cvsroot/mplayer/main/cfgparser.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- cfgparser.c 27 Jan 2002 17:21:20 -0000 1.44
+++ cfgparser.c 20 Feb 2002 22:41:54 -0000 1.45
@@ -216,7 +216,7 @@
#ifdef MP_DEBUG
assert(config != NULL);
- assert(config->cs_level > 0);
+ //assert(config->cs_level > 0);
#endif
if(config->config_stack[config->cs_level] != NULL) {
More information about the MPlayer-cvslog
mailing list