git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
playlist_CreateNode(): add an argument to specify an input_item_t to be linked with...
[vlc.git]
/
modules
/
access
/
directory.c
diff --git
a/modules/access/directory.c
b/modules/access/directory.c
index
3947bd9
..
10075f0
100644
(file)
--- a/
modules/access/directory.c
+++ b/
modules/access/directory.c
@@
-476,7
+476,7
@@
static int ReadDir( playlist_t *p_playlist, const char *psz_name,
p_node = playlist_NodeCreate( p_playlist, entry,
p_parent_category,
p_node = playlist_NodeCreate( p_playlist, entry,
p_parent_category,
- PLAYLIST_NO_REBUILD );
+ PLAYLIST_NO_REBUILD
, NULL
);
/* If we had the parent in category, the it is now node.
* Else, we still don't have */
/* If we had the parent in category, the it is now node.
* Else, we still don't have */