]> git.sesse.net Git - vlc/commit
Fixed compiler waring about signed - unsigned comparision. It is always safer to...
authorJean-Paul Saman <jpsaman@videolan.org>
Sat, 6 Dec 2003 22:50:08 +0000 (22:50 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 6 Dec 2003 22:50:08 +0000 (22:50 +0000)
commit5b4900edd0909de1919f9b45881385e1c27d9133
treec7449567eab95001dc85226ec761339f357249b2
parent25cada61acd8ab9c0b337ec903381cc81c51f523
Fixed compiler waring about signed - unsigned comparision. It is always safer to use the same datatype when comparing values.
modules/access_output/http.c
modules/codec/vorbis.c