diff options
Diffstat (limited to 'divesite.c')
-rw-r--r-- | divesite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divesite.c b/divesite.c index 6e2d9353d..41d96de5d 100644 --- a/divesite.c +++ b/divesite.c @@ -168,6 +168,7 @@ void copy_dive_site(struct dive_site *orig, struct dive_site *copy) copy->name = copy_string(orig->name); copy->notes = copy_string(orig->notes); copy->description = copy_string(orig->description); + copy->uuid = orig->uuid; } void clear_dive_site(struct dive_site *ds) |