mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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 toe8d867ca8a
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user