X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.c;h=b57205bc5ff096841cc0d0f3626265a650f9228f;hb=bbe7f061891e4410423697cbc9d5f4ab19bcde16;hp=9edf36c9183998d9eef986598ec6bb5fa845cfd8;hpb=bf33bf879faf08ef515be9c539e537a5d6df1f17;p=ext%2Fsubsurface.git diff --git a/dive.c b/dive.c index 9edf36c..b57205b 100644 --- a/dive.c +++ b/dive.c @@ -240,6 +240,9 @@ struct dive *fixup_dive(struct dive *dive) update_temperature(&dive->watertemp, mintemp); update_depth(&dive->maxdepth, maxdepth); + add_people(dive->buddy); + add_people(dive->divemaster); + add_location(dive->location); for (i = 0; i < MAX_CYLINDERS; i++) { cylinder_type_t *type = &dive->cylinder[i].type; add_cylinder_description(type);