[MPlayer-cvslog] CVS: main m_property.c,1.2,1.3

Alban Bedel CVS syncmail at mplayerhq.hu
Thu Mar 23 01:41:24 CET 2006


CVS change done by Alban Bedel CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv6393

Modified Files:
	m_property.c 
Log Message:
100L too many arguments to mp_msg().


Index: m_property.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_property.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- m_property.c	22 Mar 2006 16:35:16 -0000	1.2
+++ m_property.c	23 Mar 2006 00:41:22 -0000	1.3
@@ -162,10 +162,7 @@
                opt->name,
                opt->type->name,
                min,
-               max,
-               opt->flags & CONF_GLOBAL ? "Yes" : "No",
-               opt->flags & CONF_NOCMD ? "No" : "Yes",
-               opt->flags & CONF_NOCFG ? "No" : "Yes");
+               max);
         count++;
     }
     mp_msg(MSGT_CFGPARSER, MSGL_INFO, MSGTR_TotalProperties, count);




More information about the MPlayer-cvslog mailing list