Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
fe6a40e2
Commit
fe6a40e2
authored
Jul 27, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sub: does not issue an error message when sub-file is empty.
parent
42701994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
modules/demux/util/sub.c
modules/demux/util/sub.c
+1
-2
No files found.
modules/demux/util/sub.c
View file @
fe6a40e2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* sub.c
* sub.c
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* 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>
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
*
...
@@ -254,7 +254,6 @@ static int sub_open ( subtitle_demux_t *p_sub,
...
@@ -254,7 +254,6 @@ static int sub_open ( subtitle_demux_t *p_sub,
if
(
!
val
.
psz_string
||
!*
val
.
psz_string
)
if
(
!
val
.
psz_string
||
!*
val
.
psz_string
)
{
{
if
(
val
.
psz_string
)
free
(
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
;
return
VLC_EGENERIC
;
}
}
psz_name
=
val
.
psz_string
;
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