summaryrefslogtreecommitdiffstats
path: root/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qthelper.cpp')
-rw-r--r--qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qthelper.cpp b/qthelper.cpp
index c89c8d0e4..98fa785a1 100644
--- a/qthelper.cpp
+++ b/qthelper.cpp
@@ -172,7 +172,7 @@ bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_te
int latudeg, longudeg;
bool ignore;
bool *parsed = parsed_out ?: &ignore;
-
+ *parsed = true;
/* if we have a master and the dive's gps address is different from it,
* don't change the dive */