X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=parse-xml.c;h=173314dd42161ff28af7c7374bdf80e23ee6a706;hb=ed1ce8ebc8590533291a9c5d6460f8d1c9f857dd;hp=d6fc953a7cbc075bd2317ee24ce8c61314b03aea;hpb=9c7aaed02aef077bda9b376e981fb705b8021750;p=ext%2Fsubsurface.git diff --git a/parse-xml.c b/parse-xml.c index d6fc953..173314d 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -1100,6 +1100,10 @@ static void try_to_fill_dive(struct dive **divep, const char *name, char *buf) return; if (MATCH(".location", utf8_string, &dive->location)) 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))