From 36b50071069beca8e3459a487fe85412f8bcbe4b Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:57:18 -0700 Subject: [PATCH] update dev archive patch for recent PR merge. (#1389) --- tools/archive_images/gpsbabel_dev.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/archive_images/gpsbabel_dev.patch b/tools/archive_images/gpsbabel_dev.patch index 8db4723dd..23e2b40cf 100644 --- a/tools/archive_images/gpsbabel_dev.patch +++ b/tools/archive_images/gpsbabel_dev.patch @@ -1,13 +1,13 @@ diff --git a/gui/babeldata.h b/gui/babeldata.h -index 9adb4dcd..00392f64 100644 +index b79cd1dc..c4d82e8c 100644 --- a/gui/babeldata.h +++ b/gui/babeldata.h -@@ -63,7 +63,7 @@ public: - upgradeErrors_(0), - upgradeOffers_(0), - runCount_(0), -- startupVersionCheck_(true), -+ startupVersionCheck_(false), - reportStatistics_(true), - allowBetaUpgrades_(false), - ignoreVersionMismatch_(false), +@@ -150,7 +150,7 @@ public: + int runCount_{0}; + + // Global preferences. +- bool startupVersionCheck_{true}; ++ bool startupVersionCheck_{false}; + bool reportStatistics_{true}; + bool allowBetaUpgrades_{false}; + bool ignoreVersionMismatch_{false};