git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1cde126
)
dbus: super annoying typo
author
Rafaël Carré
<funman@videolan.org>
Sun, 18 Nov 2007 17:57:52 +0000
(17:57 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sun, 18 Nov 2007 17:57:52 +0000
(17:57 +0000)
modules/control/dbus.c
patch
|
blob
|
history
diff --git
a/modules/control/dbus.c
b/modules/control/dbus.c
index
fd3b653
..
d4e3705
100644
(file)
--- a/
modules/control/dbus.c
+++ b/
modules/control/dbus.c
@@
-417,7
+417,7
@@
DBUS_METHOD( DelTrack )
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}
- if( i_position
>
= p_playlist->items.i_size / 2 )
+ if( i_position
<
= p_playlist->items.i_size / 2 )
{
playlist_DeleteFromInput( p_playlist,
p_playlist->items.p_elems[i_position*2-1]->i_id,