From 78d782f3e9a30aa8080e4e8ffb90e1fc5aa8050d Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 28 Dec 2014 23:38:40 +0100 Subject: [PATCH] Populate the plot info with tts information Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profile.c b/profile.c index 6c4754574..79de82868 100644 --- a/profile.c +++ b/profile.c @@ -603,6 +603,7 @@ struct plot_data *populate_plot_entries(struct dive *dive, struct divecomputer * entry->stopdepth = sample->stopdepth.mm; entry->stoptime = sample->stoptime.seconds; entry->ndl = sample->ndl.seconds; + entry->tts = sample->tts.seconds; pi->has_ndl |= sample->ndl.seconds; entry->in_deco = sample->in_deco; entry->cns = sample->cns;