url: fix platforms with unsigned char
- Mar 05, 2022
-
-
If a subtraction underflows, we do not care what the exact result is, only that it is large.
3028c3b9 -
cdfea222
Regression from 88e3a4f0. Fixes #26679 (closed).
Errors are signaled by -1, so the type has to be signed. There are no needs to force 8-bit sign extension here since the non-error result is always positive. So better use a fast type. Regression from 88e3a4f0. Fixes #26679.
If a subtraction underflows, we do not care what the exact result is, only that it is large.
VideoLAN code repository instance