diff options
Diffstat (limited to 'core/datatrak.c')
-rw-r--r-- | core/datatrak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/datatrak.c b/core/datatrak.c index 1c728aa45..582fb512f 100644 --- a/core/datatrak.c +++ b/core/datatrak.c @@ -602,7 +602,7 @@ int datatrak_import(struct memblock *mem, struct dive_table *table) rc = 1; goto out; } else { - record_dive(ptdive); + record_dive_to_table(ptdive, table); } i++; } |