- 18 May, 2017 1 commit
-
-
Filip Roséen authored
It does not make sense for the passed index to be negative, nor is the current diagnostic related to comparision of different signedness very nice to look at. This fixes both issues by changing the argument to size_t, making sure that the values passed are suitable for interaction with vlc_array-related functions. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 09 Apr, 2017 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 19 Feb, 2017 1 commit
-
-
Rémi Denis-Courmont authored
- use size_t, ssize_t, - handle const types where applicable.
-
- 02 Apr, 2016 1 commit
-
-
Eric Engestrom authored
Signed-off-by:
Eric Engestrom <eric@engestrom.ch> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 08 Jul, 2015 1 commit
-
-
Rémi Denis-Courmont authored
Also fix an invalid function pointer cast.
-
- 03 Nov, 2013 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 05 Apr, 2013 1 commit
-
-
François Cartegnie authored
-