X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=parse-xml.c;h=efae6b61fd196e893cacc46df8fcffc280f21fd9;hb=a32d28d5e388ab3e31eadcd329814488fa5e8b1b;hp=6eafb0d3aaf993bf8efc78b5d6916387ac0f3c0a;hpb=30ee87be92f0a0fffc98106852d9623a65dfe4ed;p=ext%2Fsubsurface.git diff --git a/parse-xml.c b/parse-xml.c index 6eafb0d..efae6b6 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -587,6 +587,8 @@ static void try_to_fill_event(const char *name, char *buf) return; if (MATCH(".flags", get_index, &event.flags)) return; + if (MATCH(".value", get_index, &event.value)) + return; nonmatch("event", name, buf); }