From dee7fd9f308caae16045038b67dedd604a4d0ac2 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 2 Mar 2020 21:32:12 +0100 Subject: cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() calls In two cases we were passing the magic value 8 instead of the symbolic SAMPLE_EVENT_BOOKMARK. Use the symbolic version instead. Signed-off-by: Berthold Stoeger --- core/planner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/planner.c b/core/planner.c index 204958a7e..a5f0d36bc 100644 --- a/core/planner.c +++ b/core/planner.c @@ -284,7 +284,7 @@ static void create_dive_from_plan(struct diveplan *diveplan, struct dive *dive, } if (dp->divemode != type) { type = dp->divemode; - add_event(dc, lasttime, 8, 0, type, "modechange"); + add_event(dc, lasttime, SAMPLE_EVENT_BOOKMARK, 0, type, "modechange"); } /* Create sample */ -- cgit v1.2.3-70-g09d2