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
Gautam Chitnis
web-ui-redesign
Commits
f4e5fd41
Commit
f4e5fd41
authored
Oct 18, 2007
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: incrementing the input_id is already taken care of in input_ItemNewWithType()
parent
ac364cbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/playlist/tree.c
src/playlist/tree.c
+0
-1
No files found.
src/playlist/tree.c
View file @
f4e5fd41
...
...
@@ -59,7 +59,6 @@ playlist_item_t * playlist_NodeCreate( playlist_t *p_playlist,
if
(
!
psz_name
)
psz_name
=
_
(
"Undefined"
);
p_input
=
input_ItemNewWithType
(
VLC_OBJECT
(
p_playlist
),
NULL
,
psz_name
,
0
,
NULL
,
-
1
,
ITEM_TYPE_NODE
);
p_input
->
i_id
=
++
p_playlist
->
i_last_input_id
;
p_item
=
playlist_ItemNewFromInput
(
VLC_OBJECT
(
p_playlist
),
p_input
);
p_item
->
i_children
=
0
;
...
...
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