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)
commit1315a4f7deb75ecaea256209ce9c24761fc82b66
treee07c9674f75f34628d1322969d845af7591c0bf3
parentf1d109b75442b06ea352284e2ae48e763eb1754d
dvd-sector-copy.c (main): Add a flag to track retrying.

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