[Mplayer-cvslog] CVS: main m_option.c,1.30,1.31
Alex Beregszaszi
syncmail at mplayerhq.hu
Fri Jun 25 19:01:28 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv26139
Modified Files:
m_option.c
Log Message:
degccify
Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- m_option.c 10 Feb 2004 22:58:30 -0000 1.30
+++ m_option.c 25 Jun 2004 17:01:25 -0000 1.31
@@ -1389,15 +1389,15 @@
prefix[len-1] = '\0';
mp_msg(MSGT_VFILTER,MSGL_ERR, "Option %s: unknown postfix %s\n"
"Supported postfixes are:\n"
- " %3$s-add\n"
+ " %s-add\n"
" Append the given list to the current list\n\n"
- " %3$s-pre\n"
+ " %s-pre\n"
" Prepend the given list to the current list\n\n"
- " %3$s-del x,y,...\n"
+ " %s-del x,y,...\n"
" Remove the given elements. Take the list element index (starting from 0).\n"
" Negative index can be used (i.e. -1 is the last element)\n\n"
- " %3$s-clr\n"
- " Clear the current list.\n",name,n,prefix);
+ " %s-clr\n"
+ " Clear the current list.\n",name,n,prefix,prefix,prefix,prefix);
return M_OPT_UNKNOWN;
}
More information about the MPlayer-cvslog
mailing list