]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/table.c
Tableprinter: corrected INT64 -> S64
[libucw.git] / ucw / table.c
index 0e3f9ae81ea88d719059707e03e160618cc30036..02076ec4ea42efa259c055287c47f177bbf38843 100644 (file)
@@ -231,6 +231,7 @@ TABLE_COL_BODIES(double, double, COL_TYPE_DOUBLE)
 TABLE_COL_BODIES(str, const char *, COL_TYPE_STR)
 TABLE_COL_BODIES(intmax, intmax_t, COL_TYPE_INTMAX)
 TABLE_COL_BODIES(uintmax, uintmax_t, COL_TYPE_UINTMAX)
+TABLE_COL_BODIES(s64, s64, COL_TYPE_S64)
 TABLE_COL_BODIES(u64, u64, COL_TYPE_U64)
 #undef TABLE_COL
 #undef TABLE_COL_FMT