]> git.sesse.net Git - vlc/commitdiff
* sub: does not issue an error message when sub-file is empty.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2003 23:58:32 +0000 (23:58 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 27 Jul 2003 23:58:32 +0000 (23:58 +0000)
modules/demux/util/sub.c

index 4665872da534cc4e10875a12aec27cb17a7d7b04..9caf71a611bd04046234eeca22f4e8e84bbb9820 100644 (file)
@@ -2,7 +2,7 @@
  * sub.c
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: sub.c,v 1.19 2003/07/23 23:05:25 gbazin Exp $
+ * $Id: sub.c,v 1.20 2003/07/27 23:58:32 fenrir Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -254,7 +254,6 @@ static int  sub_open ( subtitle_demux_t *p_sub,
         if( !val.psz_string || !*val.psz_string )
         {
             if( val.psz_string ) free( val.psz_string );
-        msg_Err( p_sub, "cannot open `%s' subtitle fileeee", val.psz_string );
             return VLC_EGENERIC;
         }
         psz_name = val.psz_string;