[MPlayer-cvslog] r33931 - in trunk: codec-cfg.c help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-nl.h help...
diego
subversion at mplayerhq.hu
Wed Jul 27 15:40:13 CEST 2011
Author: diego
Date: Wed Jul 27 15:40:13 2011
New Revision: 33931
Log:
codec-cfg: do not translate verbose mode console message
Modified:
trunk/codec-cfg.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-nl.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-sv.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c Wed Jul 27 15:40:09 2011 (r33930)
+++ trunk/codec-cfg.c Wed Jul 27 15:40:13 2011 (r33931)
@@ -558,7 +558,7 @@ int parse_codec_cfg(const char *cfgfile)
mp_msg(MSGT_CODECCFG, MSGL_V, "Reading %s: ", cfgfile);
if ((fp = fopen(cfgfile, "r")) == NULL) {
- mp_msg(MSGT_CODECCFG, MSGL_V, MSGTR_CantOpenFileError, cfgfile, strerror(errno));
+ mp_msg(MSGT_CODECCFG, MSGL_V, "Can't open '%s': %s\n", cfgfile, strerror(errno));
return 0;
}
More information about the MPlayer-cvslog
mailing list