[Mplayer-cvslog] CVS: main cfgparser.c,1.49,1.50
Johannes Feigl
jaf at mplayerhq.hu
Mon Apr 22 16:27:56 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv31008
Modified Files:
cfgparser.c
Log Message:
mplayer/mencoder
Index: cfgparser.c
===================================================================
RCS file: /cvsroot/mplayer/main/cfgparser.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- cfgparser.c 17 Apr 2002 12:23:52 -0000 1.49
+++ cfgparser.c 22 Apr 2002 14:27:53 -0000 1.50
@@ -1461,7 +1461,7 @@
static void m_config_error(int err,char* opt,char* val) {
switch(err) {
case ERR_NOT_AN_OPTION:
- mp_msg(MSGT_CFGPARSER, MSGL_ERR,"'%s' is not an mplayer option\n",opt);
+ mp_msg(MSGT_CFGPARSER, MSGL_ERR,"'%s' is not a mplayer/mencoder option\n",opt);
break;
case ERR_MISSING_PARAM:
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"option '%s' need a parameter\n",opt);
More information about the MPlayer-cvslog
mailing list