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)
commitd935b4815a7e314cfe75f46ad6eb9bfb6f5f447b
tree194f7f0bb72fe248ff962ff75c9b8f5d73a64926
parentea027dd67d0b1a23995c0029248d52a1dc1a625c
dvd-sector-copy.c: Check `n' nonnegative before comparing with unsigned.

Otherwise it might be coerced to unsigned, at which point the comparison
means something completely different.
dvd-sector-copy.c