summaryrefslogtreecommitdiffstats
path: root/dive.c
diff options
context:
space:
mode:
Diffstat (limited to 'dive.c')
-rw-r--r--dive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.c b/dive.c
index 9c3ab79b2..0c4b91fb3 100644
--- a/dive.c
+++ b/dive.c
@@ -955,7 +955,7 @@ struct dive *fixup_dive(struct dive *dive)
weightsystem_t *ws = dive->weightsystem + i;
add_weightsystem_description(ws);
}
- dive->id = getUniqID(dive);
+ dive->id = dive_getUniqID(dive);
return dive;
}