about summary refs log tree commit diff
path: root/lr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lr.c')
-rw-r--r--lr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lr.c b/lr.c
index 1734e45..5a64d9f 100644
--- a/lr.c
+++ b/lr.c
@@ -1627,7 +1627,7 @@ print_format(struct fileinfo *fi)
 
 			color_age_on(t);
 			if (*s == '-') {
-				printf("%3ldd%3ldh%3ldm%3lds",
+				printf("%4ldd%3ldh%3ldm%3lds",
 				    ((now - t) / (60*60*24)),
 				    ((now - t) / (60*60)) % 24,
 				    ((now - t) / 60) % 60,