summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 23:44:35 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 23:44:35 +0000
commitf93707e51a6964c07fe9c6b0a412d2ca4b31905d (patch)
treeee4ac51d9611fbf120f7ab2bcd6e2b4b493cbdb2 /mplayer.c
parent9b4c7840b908da645e1856de29a006cc168b79a8 (diff)
downloadmpv-f93707e51a6964c07fe9c6b0a412d2ca4b31905d.tar.bz2
mpv-f93707e51a6964c07fe9c6b0a412d2ca4b31905d.tar.xz
arrg more of this stupid cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18003 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index a205ee26b8..672006bdd7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -540,7 +540,7 @@ static void exit_player_with_rc(char* how, int rc){
#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);