[MPlayer-cvslog] CVS: main parser-mecmd.c, 1.7, 1.8 parser-mpcmd.c, 1.19, 1.20

Diego Biurrun diego at biurrun.de
Thu Jan 20 01:15:41 CET 2005


Torinthiel writes:
> On Wed, Jan 19, 2005 at 07:24:56PM +0100, Diego Biurrun CVS wrote:
> > 
> > --- parser-mecmd.c	13 Aug 2003 16:44:39 -0000	1.7
> > +++ parser-mecmd.c	19 Jan 2005 18:24:53 -0000	1.8
> > @@ -72,7 +72,7 @@
> >  	no_more_opts = 1;
> >  	if (i+1 >= argc)
> >  	  {
> > -	    mp_msg(MSGT_CFGPARSER, MSGL_ERR, "You added '--' but no filenames presented!\n");
> > +	    mp_msg(MSGT_CFGPARSER, MSGL_ERR, "'--' indicates no more options, but no filename was given on the command line.\n");
> 
> Why didn't you move both to help_mp-en.h on the occasion?

To do it right, I would have had to do it for the whole file and then
a round of spellchecking and rewording would have had ensued and it
would have taken me hours instead of 5 minutes..

Diego




More information about the MPlayer-cvslog mailing list