X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=profile.c;h=7b3b8833316a2a54a9d8c864b3c5ace804164754;hb=6911229278cda9b59c1ef808c3b2bed7aff64336;hp=1fa989dd15e22853a5405e7c35e6e977933d673c;hpb=c58da2ee0c440c86281ab880a6a6d5d159981542;p=ext%2Fsubsurface.git diff --git a/profile.c b/profile.c index 1fa989d..7b3b883 100644 --- a/profile.c +++ b/profile.c @@ -504,7 +504,7 @@ static void plot_info(struct dive *dive, struct graphics_context *gc) airuse = calculate_airuse(dive); if (!airuse) { - update_air_info(""); + update_air_info(NULL); return; } switch (output_units.volume) {