diff options
Diffstat (limited to 'desktop-widgets/subsurfacewebservices.cpp')
-rw-r--r-- | desktop-widgets/subsurfacewebservices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/subsurfacewebservices.cpp b/desktop-widgets/subsurfacewebservices.cpp index 643c0270f..2804d44d9 100644 --- a/desktop-widgets/subsurfacewebservices.cpp +++ b/desktop-widgets/subsurfacewebservices.cpp @@ -69,7 +69,7 @@ static bool merge_locations_into_dives(void) int i, j, tracer=0, changed=0; struct dive *gpsfix, *nextgpsfix, *dive; - sort_table(&gps_location_table); + sort_dive_table(&gps_location_table); for_each_dive (i, dive) { if (!dive_has_gps_location(dive)) { |