diff --git a/UI/update/win-update.cpp b/UI/update/win-update.cpp index 9fcc3e4b8..5b21d34d8 100644 --- a/UI/update/win-update.cpp +++ b/UI/update/win-update.cpp @@ -265,7 +265,8 @@ try { const char *skipUpdateVer = config_get_string( GetGlobalConfig(), "General", "SkipUpdateVersion"); - if (!manualUpdate && updateVer == skipUpdateVer && !repairMode) + if (!manualUpdate && !repairMode && skipUpdateVer && + updateVer == skipUpdateVer) return; /* ----------------------------------- *