[Mplayer-cvslog] CVS: main cfgparser.c,1.44,1.45

Alban Bedel albeu at free.fr
Wed Feb 20 23:36:19 CET 2002


Hi Atmosfear,

on Wed, 20 Feb 2002 23:41:57 +0100 you wrote:

> 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)
My last stupid commit on playtree.c was supposed to remove this bug. But please
don't remove assert they are not there for nothing.
If Arpi don't reverse my commit on playtree.c I will recommit a good version tomorow.
Or if someone can do it for me. Look the commit and swap the 1 and the 0. It should
(I hope) correct this. Good night :)
	Albeu
> 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) {
> 
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
> 



More information about the MPlayer-cvslog mailing list