summaryrefslogtreecommitdiffstats
path: root/uemis.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-04 22:01:02 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-01-05 08:16:50 -0800
commit1d6903c65a4980ac51a3508db6a388ab07111341 (patch)
tree94f8a2ee1c4f363e44f1ddeebe2577404bafaf4b /uemis.c
parent854391419f7ed669eab43ed36c6a13a313eb3436 (diff)
downloadsubsurface-1d6903c65a4980ac51a3508db6a388ab07111341.tar.gz
Oddly, finishing a sample doesn't require a sample
So let's not pass it around Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'uemis.c')
-rw-r--r--uemis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uemis.c b/uemis.c
index 28302b1c0..06ef5b423 100644
--- a/uemis.c
+++ b/uemis.c
@@ -231,7 +231,7 @@ void uemis_parse_divelog_binary(char *base64, void *datap) {
sample->cylinderindex = u_sample->active_tank;
sample->cylinderpressure.mbar= u_sample->tank_pressure * 10;
uemis_event(dive, sample, u_sample);
- finish_sample(dive, sample);
+ finish_sample(dive);
i += 0x25;
u_sample++;
}