From 471a1b291382324fe5991781b5268a7d606aa1a3 Mon Sep 17 00:00:00 2001 From: laaz Date: Fri, 26 Oct 2001 20:55:45 +0000 Subject: [PATCH] implied "SUB: " when can't read 0 subtitle from a file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2493 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 9979a6b5f1..b3cfa25972 100644 --- a/mplayer.c +++ b/mplayer.c @@ -607,7 +607,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){ ||(0==strcmp(&sub_name[l-4],".UTF")))) sub_utf8=1; subtitles=sub_read_file(sub_name); - if (sub_num == 0) printf ("No subtitles found in %s\n",sub_name); + if (sub_num == 0) printf ("SUB: No subtitles found in %s\n",sub_name); if(!subtitles || sub_num == 0) mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CantLoadSub,sub_name); } #endif