LTTV 0.8.18 : fix parser.c
[lttv.git] / ltt / branches / poly / ltt / parser.c
index 84a0b5f4d273517f6912f22a5129b8b93541921b..55d7c96cce9f945aa7becd4eea3a7a88b2afd8ac 100644 (file)
@@ -555,6 +555,8 @@ void parseFields(parse_file_t *in, field_t *f,
                getRAnglebracket(in);
 
                f->description = getDescription(in);
+       } else {
+               f->description = NULL;
        }
 
   //<int size=...>
This page took 0.023257 seconds and 4 git commands to generate.