From 51758a313a7bd6a15f6a63306b836c4b6a1e3556 Mon Sep 17 00:00:00 2001 From: Robert Kessl Date: Thu, 10 Jul 2014 10:18:22 +0200 Subject: [PATCH] tableprinter: added a FIXME comment --- ucw/table-types.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ucw/table-types.c b/ucw/table-types.c index 72666b5b..992ee208 100644 --- a/ucw/table-types.c +++ b/ucw/table-types.c @@ -102,6 +102,7 @@ void table_col_size(struct table *tbl, int col, u64 val) [SIZE_UNIT_TERABYTE] = (u64) (1024LLU * 1024LLU * 1024LLU * 1024LLU) }; + // FIXME: add the SIZE_UNIT_AUTO TBL_COL_ITER_START(tbl, col, curr_col, curr_col_idx) { // FIXME: do some rounding? Or maybe use double and floating-point printing? uint out_type = 0; -- 2.39.2