diff options
Diffstat (limited to 'save-xml.c')
-rw-r--r-- | save-xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/save-xml.c b/save-xml.c index 58f274722..6fd089f7c 100644 --- a/save-xml.c +++ b/save-xml.c @@ -501,7 +501,7 @@ void save_dives_buffer(struct membuffer *b, const bool select_only) put_format(b, " <userid>%30s</userid>\n", prefs.userid); /* save the dive computer nicknames, if any */ - call_for_each_dc(b, save_one_device); + call_for_each_dc(b, save_one_device, select_only); if (autogroup) put_format(b, " <autogroup state='1' />\n"); put_format(b, "</settings>\n"); |