dvd-sector-copy.c (main): Add a flag to track retrying.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 16:30:41 +0000 (17:30 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 16:30:41 +0000 (17:30 +0100)
Previously we'd try to determine whether retry was intended from whether
there are (begin/stop) events in the queue.  This is bad because we
might have tried to read an empty retry file, in which case we'd still
have no events, but the intend would clearly be to do nothing rather
than re-read the entire input disc.


No differences found