diff options
-rw-r--r-- | sbin/dump/optr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/optr.c b/sbin/dump/optr.c index a545157..7173fc9 100644 --- a/sbin/dump/optr.c +++ b/sbin/dump/optr.c @@ -406,7 +406,7 @@ lastdump(int arg) /* w ==> just what to do; W ==> most recent dumps */ }; if (arg != 'w' || dumpme) (void) printf( - "%c %8s\t(%6s) Last dump: Level %c, Date %s\n", + "%c %8s\t(%6s) Last dump: Level %d, Date %s\n", dumpme && (arg != 'w') ? '>' : ' ', dtwalk->dd_name, dt ? dt->fs_file : "", |