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
3558cb11
Commit
3558cb11
authored
Aug 20, 2009
by
Pierre
Browse files
playlist: Fix a warning about sign.
parent
86643a02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/playlist/sort.c
View file @
3558cb11
...
...
@@ -140,7 +140,7 @@ void playlist_ItemArraySort( unsigned i_items, playlist_item_t **pp_items,
}
else
/* Randomise */
{
int
i_position
;
unsigned
i_position
;
playlist_item_t
*
p_temp
;
for
(
i_position
=
0
;
i_position
<
i_items
;
i_position
++
)
...
...
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