From 395dc8e7d76ff49f5f908601d2ad1d57d827d483 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 20 Mar 2023 22:52:46 +0100 Subject: [PATCH] update: addition to e8d867ca8a2e52e8521779aecf1b9144b1d54a3f Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f667cd56a5a710bb66c437fe8786e541c853c99f Author: vanhofen Date: 2023-03-20 (Mon, 20 Mar 2023) Origin message was: ------------------ - update: addition to e8d867ca8a2e52e8521779aecf1b9144b1d54a3f ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/update.cpp b/src/gui/update.cpp index b6d66229f..db061a0a9 100644 --- a/src/gui/update.cpp +++ b/src/gui/update.cpp @@ -426,7 +426,7 @@ bool CFlashUpdate::checkVersion4Update() if (gotImage) { #if 0 - if ((strncmp(PACKAGE_RELEASE_CYCLE, versionInfo->getReleaseCycle(), 2) != 0) && + if ((strncmp(PACKAGE_RELEASE_CYCLE, versionInfo.getReleaseCycle(), 2) != 0) && (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_FLASHUPDATE_WRONGBASE, CMsgBox::mbrYes, CMsgBox::mbYes | CMsgBox::mbNo, NEUTRINO_ICON_UPDATE) != CMsgBox::mbrYes)) { return false;