summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 23:47:03 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-30 23:47:03 +0000
commite5782cf37b2f6e340d17a8a9eec6d6461f1fee42 (patch)
tree2bf7d74db618129e53fd36bab24288b979ecdc5b /mplayer.c
parentf93707e51a6964c07fe9c6b0a412d2ca4b31905d (diff)
downloadmpv-e5782cf37b2f6e340d17a8a9eec6d6461f1fee42.tar.bz2
mpv-e5782cf37b2f6e340d17a8a9eec6d6461f1fee42.tar.xz
more cruft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18004 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 672006bdd7..365668f755 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -586,7 +586,7 @@ static void exit_sighandler(int x){
#endif
}
mp_msg(MSGT_CPLAYER,MSGL_FATAL,"\n" MSGTR_IntBySignal,x,
- current_module?current_module:mp_gettext("unknown")
+ current_module?current_module:"unknown"
);
if (identify)
mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_SIGNAL=%d\n", x);