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)
commit74f78bd74bf9db600cda6eabbf758e82a726b207
tree4d23b47540018bb300d4268f4d6a2a2224a6f9b1
parentf82e4cd7e57df2071f281ebdc9553f5970658c6d
dvd-sector-copy.c: Use `bad_hi' consistently for the upper bound when done.

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.
dvd-sector-copy.c