chiark / gitweb /
dvd-sector-copy.c: Check `n' nonnegative before comparing with unsigned.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 18 Feb 2022 22:54:19 +0000 (22:54 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 18 Feb 2022 22:54:19 +0000 (22:54 +0000)
Otherwise it might be coerced to unsigned, at which point the comparison
means something completely different.


No differences found