Commit 3558cb11 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist: Fix a warning about sign.

parent 86643a02
......@@ -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++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment