From 3ad6f9b5db50ed7b1e84d4cd3be6ee0c0ef72f1a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 24 Jul 2012 16:01:56 +0200 Subject: [PATCH] FIXME considered unworthy --- xsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsv.c b/xsv.c index 32da504..352771a 100644 --- a/xsv.c +++ b/xsv.c @@ -461,7 +461,7 @@ static void table_write_grid(struct format *fmt, int pos UNUSED) for (int i = 0; i < intarray_count(&column_widths); i++) { putchar_unlocked('+'); - int w = fmt->table_sep + *intarray_nth(&column_widths, i); // FIXME: Avoid the * + int w = fmt->table_sep + *intarray_nth(&column_widths, i); while (w--) putchar('-'); } -- 2.39.2