dvd-sector-copy.c: Remove broken field-width specifier.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Feb 2022 01:59:03 +0000 (01:59 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 19 Feb 2022 01:59:03 +0000 (01:59 +0000)
I failed to include space for the decimal point and fraction, so it
didn't actually do anything.  And it turns out that I'm happy with it
like this.

dvd-sector-copy.c

index 418262f..c98d622 100644 (file)
@@ -398,7 +398,7 @@ static void report_progress(secaddr pos)
     ("copied %.1f%% (%"PRIuSEC" of %"PRIuSEC"; %.1f %sB/s, ETA %s)",
      percent, pos, limit,  rate, unit, etastr);
   if (file && id_kind(file->id) == VOB) {
-    append_progress(" -- %s %d %3.1f%%",
+    append_progress(" -- %s %d %.1f%%",
                    id_part(file->id) ? "title" : "menu",
                    id_title(file->id),
                    (pos - file->start)*100.0/