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;