dvd-sector-copy.c: Use `bad_hi' consistently for the upper bound when done.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Mar 2022 14:08:43 +0000 (14:08 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 19 Mar 2022 14:08:43 +0000 (14:08 +0000)
It's just conceivable that `good' is less than `bad_hi' at this point,
which screws everything up.  It's essential to pick a consistent upper
bound here.


No differences found