From e19fa0a9f325bdf6750376130f89a15df64875f4 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 9 Jun 2015 14:34:37 -0700 Subject: Subsurface GPS webservice: make sure dive log is marked as modified One of the cases was missing. Signed-off-by: Dirk Hohndel --- qt-ui/subsurfacewebservices.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui') diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 1ea1a8f2f..12531f6b3 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -85,6 +85,7 @@ static bool merge_locations_into_dives(void) */ if ((dive->when + dive->duration.seconds - gpsfix->when) < (nextgpsfix->when - gpsfix->when)) { copy_gps_location(gpsfix, dive); + changed++; tracer = j; break; } -- cgit v1.2.3-70-g09d2