X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/13ae67e6d208deea2382c2901488d8a7f278ee23..e56a4e39d6306b23fde3194b11a1c09dddbcd65f:/uip/fmtdump.c?ds=inline diff --git a/uip/fmtdump.c b/uip/fmtdump.c index c8204f6b..86dbfefc 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -372,6 +372,7 @@ f_typestr(int t) case FT_LV_MODULO_L: return("LV_MODULO_L"); case FT_LV_CHAR_LEFT: return("LV_CHAR_LEFT"); case FT_LS_KILO: return("LS_KILO"); + case FT_LS_KIBI: return("LS_KIBI"); case FT_LS_MONTH: return("LS_MONTH"); case FT_LS_LMONTH: return("LS_LMONTH"); case FT_LS_ZONE: return("LS_ZONE");