update: addition to e8d867ca8a

Origin commit data
------------------
Branch: ni/coolstream
Commit: f667cd56a5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-03-20 (Mon, 20 Mar 2023)

Origin message was:
------------------
- update: addition to e8d867ca8a

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-03-20 22:52:46 +01:00
parent e8d867ca8a
commit 395dc8e7d7

View File

@@ -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;