changeset 2492:e5bed36e6dea

implied "SUB: " when can't read 0 subtitle from a file
author laaz
date Fri, 26 Oct 2001 20:55:45 +0000
parents c6421946d07c
children 03746fe60310
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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