Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
4acd4d48
Commit
4acd4d48
authored
Aug 06, 2006
by
zorglub
Browse files
Oh look ! Bananas !
parent
22267492
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/item.c
View file @
4acd4d48
...
...
@@ -100,7 +100,7 @@ static void vlc_input_item_Destroy ( gc_object_t *p_this )
p_playlist->i_input_items, i );
}
#endif
for
(
i
=
0
;
i
<
p_playlist
->
pp
_input_items
[
i
]
;
i
++
)
for
(
i
=
0
;
i
<
p_playlist
->
i
_input_items
;
i
++
)
{
if
(
p_playlist
->
pp_input_items
[
i
]
->
i_id
==
p_input
->
i_id
)
{
...
...
Write
Preview
Supports
Markdown
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