changeset 17927:3787f29f0b20

100L too many arguments to mp_msg().
author albeu
date Thu, 23 Mar 2006 00:41:22 +0000
parents dbd113eecd62
children e0f20946e398
files m_property.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/m_property.c	Wed Mar 22 23:17:06 2006 +0000
+++ b/m_property.c	Thu Mar 23 00:41:22 2006 +0000
@@ -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);