summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index a2a512e377..0b0da44c0d 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -290,7 +290,7 @@ static int edl_seek(edl_record_ptr next_edl_record, demuxer_t* demuxer, demux_st
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);