diff options
author | 2019-03-18 20:57:05 +0100 | |
---|---|---|
committer | 2019-04-04 15:15:34 -0700 | |
commit | faf34db515323eeaba0e8a65098012c69361756c (patch) | |
tree | 62e20947efdefadba271ec8d21fc577783c0a143 | |
parent | f4021bcecdc1f5126d590618e86239c5aca3ecb2 (diff) | |
download | subsurface-faf34db515323eeaba0e8a65098012c69361756c.tar.gz |
Core: change FIXME language
Addresses LGTM.com issue.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | core/planner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/planner.c b/core/planner.c index 1077fb313..9c3669c84 100644 --- a/core/planner.c +++ b/core/planner.c @@ -715,7 +715,7 @@ bool plan(struct deco_state *ds, struct diveplan *diveplan, struct dive *dive, i bottom_time = clock = previous_point_time = dive->dc.sample[dive->dc.samples - 1].time.seconds; current_cylinder = get_cylinderid_at_time(dive, &dive->dc, sample->time); - // FIXME: This needs a function to find the divemode at the end of the dive like in + // Find the divemode at the end of the dive const struct event *ev = NULL; divemode = UNDEF_COMP_TYPE; divemode = get_current_divemode(&dive->dc, bottom_time, &ev, &divemode); |