Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
38b81595
Commit
38b81595
authored
Nov 19, 2006
by
zorglub
Browse files
Compile fix
parent
0900f110
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/ncurses.c
View file @
38b81595
...
...
@@ -549,7 +549,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
if
(
p_item
->
i_children
==
-
1
)
{
playlist_DeleteFromInput
(
p_playlist
,
p_item
->
p_input
->
i_id
);
p_item
->
p_input
->
i_id
,
VLC_TRUE
);
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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