Commit b8afbfbe authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Lasse Karstensen

format can fit on 64 bytes

parent 4cb9782f
......@@ -100,12 +100,12 @@ struct format {
unsigned magic;
#define FORMAT_MAGIC 0xC3119CDA
char time_type;
VTAILQ_ENTRY(format) list;
format_f *func;
struct fragment *frag;
char *string;
const char *const *strptr;
char time_type;
char *time_fmt;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment