From cbdf3ee0420eca86c3df3f9e6460ae10017f4487 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 4 Jun 2014 08:50:47 -0700 Subject: Fix typo that broke gas reporting in dive list The brainless idiot who implemented commit c539c8f86192 ("Remove the .used member of the cylinder structure") clearly worked on the basis of "it compiles, it must be perfect". Signed-off-by: Dirk Hohndel --- divelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divelist.c b/divelist.c index c018bbdc7..decc07aa4 100644 --- a/divelist.c +++ b/divelist.c @@ -116,7 +116,7 @@ void get_dive_gas(struct dive *dive, int *o2_p, int *he_p, int *o2low_p) int o2 = get_o2(&cyl->gasmix); int he = get_he(&cyl->gasmix); - if (cylinder_is_used(dive, cyl)) + if (!cylinder_is_used(dive, cyl)) continue; if (cylinder_none(cyl)) continue; -- cgit v1.2.3-70-g09d2