From 29d529a2487ecfa2b3a007197efaa0045d9f47a7 Mon Sep 17 00:00:00 2001 From: Arthur Zakirov Date: Wed, 19 Apr 2017 15:20:35 +0300 Subject: [PATCH] Fix output of show command --- show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show.c b/show.c index 9a98558e..ff11bef0 100644 --- a/show.c +++ b/show.c @@ -195,7 +195,7 @@ show_backup_list(FILE *out, parray *backup_list) /* Get parent timeline before printing */ parent_tli = get_parent_tli(backup->tli); - fprintf(out, "%-8s %-19s %s%s %2d / %-2d %5s %6s %2X/%08X %2X/%08X %-8s\n", + fprintf(out, "%-8s %-19s %s%-9s %2d / %d %5s %6s %2X/%08X %2X/%08X %-8s\n", base36enc(backup->start_time), timestamp, modes[backup->backup_mode],