summaryrefslogtreecommitdiffstats
path: root/smtk-import/smartrak.c
diff options
context:
space:
mode:
Diffstat (limited to 'smtk-import/smartrak.c')
-rw-r--r--smtk-import/smartrak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c
index d998ef544..63b3af799 100644
--- a/smtk-import/smartrak.c
+++ b/smtk-import/smartrak.c
@@ -1083,5 +1083,5 @@ void smartrak_import(const char *file, struct dive_table *divetable)
mdb->catalog = NULL;
mdb_close(mdb_clon);
mdb_close(mdb);
- sort_table(divetable);
+ sort_dive_table(divetable);
}