aboutsummaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-10-16 14:25:56 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-10-18 17:37:49 -0700
commit0f63b524a67302e257353638152f2ff4bb2c54f6 (patch)
tree8b2830207ab2faf801fc0707a199659e884478d8 /dive.c
parent9c49f8924b18e052b8e0d6ac06f819ea8c0bdab4 (diff)
downloadsubsurface-0f63b524a67302e257353638152f2ff4bb2c54f6.tar.gz
Mention Shearwater Nerd
alongside Petrell 2 since this seems to be the same computer internally. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dive.c b/dive.c
index 18101094e..dfd5b495c 100644
--- a/dive.c
+++ b/dive.c
@@ -900,7 +900,8 @@ void update_setpoint_events(struct divecomputer *dc)
if (dc->divemode == OC &&
(same_string(dc->model, "Shearwater Predator") ||
- same_string(dc->model, "Shearwater Petrel"))) {
+ same_string(dc->model, "Shearwater Petrel") ||
+ same_string(dc->model, "Shearwater Nerd"))) {
// make sure there's no setpoint in the samples
// this is an irreversible change - so switching a dive to OC
// by mistake when it's actually CCR is _bad_