dvd-sector-copy.c: Sink debugging spew to the end of the `switch' arm.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 16:54:50 +0000 (17:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Apr 2022 16:54:50 +0000 (17:54 +0100)
dvd-sector-copy.c

index 4a5d0bc..c6b4c19 100644 (file)
@@ -1178,11 +1178,11 @@ int main(int argc, char *argv[])
                      "failed to seek to resume position "
                      "(sector %"PRIuSEC") in output file `%s'",
                      ev->pos, outfile);
+       f |= f_write;
 #ifdef DEBUG
        progress_clear(&progress);
        printf(";; %8"PRIuSEC": begin write\n", pos);
 #endif
-       f |= f_write;
        break;
       case EV_STOP:
        f &= ~f_write;