[Mplayer-cvslog] CVS: main m_config.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Sat Dec 21 22:00:51 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22944

Modified Files:
	m_config.c 
Log Message:
10l fix by eviv bulgroz <ebulgroz at yahoo.com>


Index: m_config.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- m_config.c	12 Nov 2002 01:56:21 -0000	1.1
+++ m_config.c	21 Dec 2002 21:00:45 -0000	1.2
@@ -224,11 +224,11 @@
 
   // Check if this option isn't forbiden in the current mode
   if((config->mode == M_CONFIG_FILE) && (co->opt->flags & M_OPT_NOCFG)) {
-    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"The %s option can't be used in a config file\n",config->lvl);
+    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"The %s option can't be used in a config file\n",arg);
     return M_OPT_INVALID;
   }
   if((config->mode == M_COMMAND_LINE) && (co->opt->flags & M_OPT_NOCMD)) {
-    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"The %s option can't be used on the command line\n",config->lvl);
+    mp_msg(MSGT_CFGPARSER, MSGL_ERR,"The %s option can't be used on the command line\n",arg);
     return M_OPT_INVALID;
   }
 




More information about the MPlayer-cvslog mailing list