Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
6643b4ab
Commit
6643b4ab
authored
Aug 20, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dynamic_media_list.c: Fix a warning.
parent
f5705534
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/control/dynamic_media_list.c
src/control/dynamic_media_list.c
+1
-1
No files found.
src/control/dynamic_media_list.c
View file @
6643b4ab
...
...
@@ -217,7 +217,7 @@ libvlc_dynamic_media_list_new(
libvlc_media_descriptor_t
*
p_md
;
p_md
=
libvlc_media_list_item_at_index
(
p_mlist
,
i
,
p_e
);
if
(
libvlc_tag_query_match
(
p_query
,
p_md
,
NULL
)
)
libvlc_media_list_add_media_descriptor
(
p_dmlist
,
p_md
,
p_e
);
libvlc_media_list_add_media_descriptor
(
p_dmlist
->
p_mlist
,
p_md
,
p_e
);
}
/* And we will listen to its event, so we can update p_dmlist->p_mlist
...
...
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