diff options
Diffstat (limited to 'core/save-xml.c')
-rw-r--r-- | core/save-xml.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/save-xml.c b/core/save-xml.c index 24bf3d64c..0fdd4df79 100644 --- a/core/save-xml.c +++ b/core/save-xml.c @@ -387,6 +387,8 @@ static void save_dc(struct membuffer *b, struct dive *dive, struct divecomputer { put_format(b, " <divecomputer"); show_utf8(b, dc->model, " model='", "'", 1); + if (dc->last_manual_time.seconds) + put_duration(b, dc->last_manual_time, " last-manual-time='", " min'"); if (dc->deviceid) put_format(b, " deviceid='%08x'", dc->deviceid); if (dc->diveid) |