diff mplayer.c @ 18002:3ef9d2209e34

arrg more of this stupid cruft
author rfelker
date Thu, 30 Mar 2006 23:44:35 +0000
parents 392c7c1b8ccc
children 9fc72c7291d5
line wrap: on
line diff
--- 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);