# HG changeset patch # User laaz # Date 1004129745 0 # Node ID e5bed36e6dea7e2d7cad98897b486f2a92e783da # Parent c6421946d07c2aa5152fee796391479f92356c2b implied "SUB: " when can't read 0 subtitle from a file diff -r c6421946d07c -r e5bed36e6dea mplayer.c --- a/mplayer.c Fri Oct 26 20:48:22 2001 +0000 +++ b/mplayer.c Fri Oct 26 20:55:45 2001 +0000 @@ -607,7 +607,7 @@ ||(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