fix multiple enums
[lttv.git] / genevent / parser.c
index 5a756211a8dd9b01f23fba8cc6132c13ded61441..d998c81381b17672b4bf0caf8de0fd45d03abaa7 100644 (file)
@@ -514,6 +514,7 @@ type_descriptor *parseType(parse_file *in, type_descriptor *inType,
     t->type = ENUM;
     sequence_init(&(t->labels));
     sequence_init(&(t->labels_description));
+               t->already_printed = 0;
     t->size = getSizeAttribute(in);
     t->fmt = allocAndCopy(getFormatAttribute(in));
     getRAnglebracket(in);
This page took 0.022435 seconds and 4 git commands to generate.