X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=parse-xml.c;h=173314dd42161ff28af7c7374bdf80e23ee6a706;hb=413065dcdccebe3a97813e9c45a654820f98e0e6;hp=a36758ca0e72da72e85904cce1fee4001ff0c025;hpb=6fdeeb8c9f4dafe31aa51e785f535feb8a9df46e;p=ext%2Fsubsurface.git diff --git a/parse-xml.c b/parse-xml.c index a36758c..173314d 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1102,6 +1102,8 @@ static void try_to_fill_dive(struct dive **divep, const char *name, char *buf) return; if (MATCH(".suit", utf8_string, &dive->suit)) return; + if (MATCH(".divesuit", utf8_string, &dive->suit)) + return; if (MATCH(".notes", utf8_string, &dive->notes)) return; if (MATCH(".divemaster", utf8_string, &dive->divemaster))