]> mj.ucw.cz Git - libucw.git/commitdiff
tableprinter: added a FIXME comment
authorRobert Kessl <kesslr@centrum.cz>
Thu, 10 Jul 2014 08:18:22 +0000 (10:18 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Thu, 10 Jul 2014 08:18:22 +0000 (10:18 +0200)
ucw/table-types.c

index 72666b5b16812bfa811b391c43fa54ce40b5f8aa..992ee2080eec9b998461e0137bf711661c0dd064 100644 (file)
@@ -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;