Skip to content

Commit 29d529a

Browse files
committed
Fix output of show command
1 parent d40f2c3 commit 29d529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ show_backup_list(FILE *out, parray *backup_list)
195195
/* Get parent timeline before printing */
196196
parent_tli = get_parent_tli(backup->tli);
197197

198-
fprintf(out, "%-8s %-19s %s%s %2d / %-2d %5s %6s %2X/%08X %2X/%08X %-8s\n",
198+
fprintf(out, "%-8s %-19s %s%-9s %2d / %d %5s %6s %2X/%08X %2X/%08X %-8s\n",
199199
base36enc(backup->start_time),
200200
timestamp,
201201
modes[backup->backup_mode],

0 commit comments

Comments
 (0)