From d9c0df01424268ca7ba568279f08683f2c98aa44 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Sat, 24 Feb 2018 20:07:11 +0100 Subject: Correctly suppress display of ICD table if prefs.show_icd is false Signed-off-by: Stefan Fuchs --- core/plannernotes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plannernotes.c b/core/plannernotes.c index 9cae66c5b..863df5f79 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -540,7 +540,7 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d } /* For trimix OC dives, if an icd table header and icd data were printed to buffer, then add the ICD table here */ - if (!icdtableheader) { + if (!icdtableheader && prefs.show_icd) { icdlen += snprintf(icdbuffer + icdlen, sz_icdbuf - icdlen,""); // End the ICD table len += snprintf(buffer + len, sz_buffer - len, "%s", icdbuffer); // ..and add it to the html buffer if (icdwarning) { // If necessary, add warning -- cgit v1.2.3-70-g09d2