Index: src/format/Token.h =================================================================== --- src/format/Token.h (revision 276) +++ src/format/Token.h (working copy) @@ -49,7 +49,6 @@ char *element; char separator; } header; - char *timespec; } data; int widthMin; ///< minimum field width int widthMax; ///< maximum field width Index: src/format/Format.cc =================================================================== --- src/format/Format.cc (revision 276) +++ src/format/Format.cc (working copy) @@ -475,7 +475,7 @@ const char *spec; struct tm *t; - spec = fmt->data.timespec; + spec = fmt->data.string; if (fmt->type == LFT_TIME_LOCALTIME) { if (!spec)