From f93707e51a6964c07fe9c6b0a412d2ca4b31905d Mon Sep 17 00:00:00 2001 From: rfelker Date: Thu, 30 Mar 2006 23:44:35 +0000 Subject: arrg more of this stupid cruft git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18003 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mencoder.c') 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); -- cgit v1.2.3