Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
557bb792
Commit
557bb792
authored
Oct 06, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "fixes backport [
76bbe6a6
]"
This reverts commit
c3f9f69f
.
parent
c3f9f69f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/playlist/loadsave.c
src/playlist/loadsave.c
+2
-2
No files found.
src/playlist/loadsave.c
View file @
557bb792
...
...
@@ -70,7 +70,7 @@ int playlist_Export( playlist_t * p_playlist, const char *psz_filename ,
/* And call the module ! All work is done now */
int
i_ret
;
p_module
=
module_
N
eed
(
p_playlist
,
"playlist export"
,
psz_type
,
true
);
p_module
=
module_
n
eed
(
p_playlist
,
"playlist export"
,
psz_type
,
true
);
if
(
!
p_module
)
{
msg_Warn
(
p_playlist
,
"exporting playlist failed"
);
...
...
@@ -78,7 +78,7 @@ int playlist_Export( playlist_t * p_playlist, const char *psz_filename ,
}
else
{
module_
U
nneed
(
p_playlist
,
p_module
);
module_
u
nneed
(
p_playlist
,
p_module
);
i_ret
=
VLC_SUCCESS
;
}
...
...
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