changeset 18002:3ef9d2209e34

arrg more of this stupid cruft
author rfelker
date Thu, 30 Mar 2006 23:44:35 +0000
parents a2683ee7cb5a
children 9fc72c7291d5
files mencoder.c mplayer.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 
--- 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);