mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Import Divesuit information from DivingLog XML file
Trivial two-liner patch Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5b56aa1435
commit
fe32e51287
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue