f7323e4f81
- fixed rhbz#249357 - Typo in wodim output
12 lines
495 B
Diff
12 lines
495 B
Diff
--- cdrkit-1.1.6/wodim/wodim.c.prtypo 2007-09-21 11:06:50.000000000 +0200
|
|
+++ cdrkit-1.1.6/wodim/wodim.c 2007-09-21 11:06:50.000000000 +0200
|
|
@@ -1485,7 +1485,7 @@ gracewait(cdr_t *dp, BOOL *didgracep)
|
|
printf("No chance to quit anymore.");
|
|
goto grace_done;
|
|
}
|
|
- printf("Last chance to quit, starting %s write in %d seconds.",
|
|
+ printf("Last chance to quit, starting %s write in %4d seconds.",
|
|
(dp->cdr_cmdflags & F_DUMMY)?"dummy":"real", gracetime);
|
|
flush();
|
|
signal(SIGINT, intr);
|