diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/save-git.c b/core/save-git.c index daeae23a3..a304e0d94 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -442,6 +442,7 @@ static void create_dive_buffer(struct dive *dive, struct membuffer *b) if (surface_pressure.mbar) SAVE("airpressure", surface_pressure.mbar); cond_put_format(dive->notrip, b, "notrip\n"); + cond_put_format(dive->invalid, b, "invalid\n"); save_tags(b, dive->tag_list); if (dive->dive_site) put_format(b, "divesiteid %08x\n", dive->dive_site->uuid); |