Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
fe6a40e2
Commit
fe6a40e2
authored
Jul 27, 2003
by
Laurent Aimar
Browse files
* sub: does not issue an error message when sub-file is empty.
parent
42701994
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/util/sub.c
View file @
fe6a40e2
...
...
@@ -2,7 +2,7 @@
* sub.c
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: sub.c,v 1.
19
2003/07/2
3
23:
05:25 gbazin
Exp $
* $Id: sub.c,v 1.
20
2003/07/2
7
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment