dvd-sector-copy.c (find_good_sector): Use `good' rather than `bad_hi'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Apr 2022 17:50:34 +0000 (18:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Apr 2022 17:52:25 +0000 (18:52 +0100)
commit1315f9be0dcc934802495c49e3341775b8bfa96e
tree15faad6831da2b5f2449066edc4eaa14eb8caeda
parent27c10313957eebbde9f788f645316e03f32861d4
dvd-sector-copy.c (find_good_sector): Use `good' rather than `bad_hi'.

It should be the case that, if there's any difference at all, `good' is
earlier than `bad_hi', which will give us more good data.
dvd-sector-copy.c