From 724055f0af4fb7cdb9f1570967fe4b34797f3419 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 26 Oct 2018 17:03:54 +0200 Subject: Dive site: replace dive->dive_site_uuid by dive_site Replace the UUID reference of struct dive by a pointer to dive_site. This commit is rather large in lines, but nevertheless quite simple since most of the UUID->pointer work was done in previous commits. Signed-off-by: Berthold Stoeger --- core/dive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/dive.h') diff --git a/core/dive.h b/core/dive.h index 8415974e9..bca4e16b4 100644 --- a/core/dive.h +++ b/core/dive.h @@ -310,7 +310,7 @@ struct dive { bool selected; bool hidden_by_filter; timestamp_t when; - uint32_t dive_site_uuid; + struct dive_site *dive_site; char *notes; char *divemaster, *buddy; int rating; -- cgit v1.2.3-70-g09d2