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 d2ad498..5a2d829 100644
--- a/lr.c
+++ b/lr.c
@@ -1655,7 +1655,7 @@ print_comma(int len, intmax_t i)
 		*--s = ',';
 	}
 
-	printf("%*.*s", len+len/3, len+len/3, s);
+	printf("%*s", len+len/3, s);
 }
 
 static void