From: Martin Mares Date: Tue, 24 Jul 2012 14:01:56 +0000 (+0200) Subject: FIXME considered unworthy X-Git-Tag: v1.0~26 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3ad6f9b5db50ed7b1e84d4cd3be6ee0c0ef72f1a;p=xsv.git FIXME considered unworthy --- 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('-'); }