diff options
Diffstat (limited to 'core/divelist.c')
-rw-r--r-- | core/divelist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/divelist.c b/core/divelist.c index 6197f23b9..1054ccc94 100644 --- a/core/divelist.c +++ b/core/divelist.c @@ -173,7 +173,7 @@ static int calculate_otu(const struct dive *dive) if (sample->setpoint.mbar) { po2 = sample->setpoint.mbar; } else { - int o2 = active_o2(dive, dc, sample->time); + int o2 = active_o2(dive, dc, psample->time); po2 = lrint(o2 * depth_to_atm(sample->depth.mm, dive)); } if (po2 >= 500) |