-
Rémi Denis-Courmont authored
exit() cannot return negative numbers (the high-order bits are ignored). And anyway, that's not a meanigful place for VLC error codes. It is also questionable whether we should exit() from LibVLC anyway...
bb5bc9b0
exit() cannot return negative numbers (the high-order bits are ignored). And anyway, that's not a meanigful place for VLC error codes. It is also questionable whether we should exit() from LibVLC anyway...