Changeset bc92b76de23e819760c6fa2ab51185af04b596a8
- Timestamp:
- 11/18/07 18:57:52
(10 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1195408672 +0000
- git-parent:
[1cde1264e385c12532724151ca16be8d94129406]
- git-author:
- Rafaël Carré <funman@videolan.org> 1195408672 +0000
- Message:
dbus: super annoying typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r4eb0c73 |
rbc92b76 |
|
| 418 | 418 | } |
|---|
| 419 | 419 | |
|---|
| 420 | | if( i_position >= p_playlist->items.i_size / 2 ) |
|---|
| | 420 | if( i_position <= p_playlist->items.i_size / 2 ) |
|---|
| 421 | 421 | { |
|---|
| 422 | 422 | playlist_DeleteFromInput( p_playlist, |
|---|