# HG changeset patch # User rfelker # Date 1143762275 0 # Node ID 3ef9d2209e34cfce994d080d24789ffa5862533a # Parent a2683ee7cb5a2e5a3324cce3282b7ae72085d416 arrg more of this stupid cruft diff -r a2683ee7cb5a -r 3ef9d2209e34 mencoder.c --- a/mencoder.c Thu Mar 30 23:06:18 2006 +0000 +++ b/mencoder.c Thu Mar 30 23:44:35 2006 +0000 @@ -290,7 +290,7 @@ static void mencoder_exit(int level, char *how) { if (how) - mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, mp_gettext(how)); + mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, how); else mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting); diff -r a2683ee7cb5a -r 3ef9d2209e34 mplayer.c --- a/mplayer.c Thu Mar 30 23:06:18 2006 +0000 +++ b/mplayer.c Thu Mar 30 23:44:35 2006 +0000 @@ -540,7 +540,7 @@ #ifdef USE_EDL if(edl_records != NULL) free(edl_records); // free mem allocated for EDL #endif - if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ExitingHow,mp_gettext(how)); + if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ExitingHow,how); mp_msg(MSGT_CPLAYER,MSGL_DBG2,"max framesize was %d bytes\n",max_framesize); exit(rc);