mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- update: fix evaluation of int newfound
This commit is contained in:
@@ -304,7 +304,7 @@ bool CFlashUpdate::selectHttpImage(void)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (notify) {
|
if (notify) {
|
||||||
if(!newfound)
|
if(newfound)
|
||||||
ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_FLASHUPDATE_NEW_FOUND, CMsgBox::mbrOk, CMsgBox::mbOk, NEUTRINO_ICON_INFO, MSGBOX_MIN_WIDTH, 6 );
|
ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_FLASHUPDATE_NEW_FOUND, CMsgBox::mbrOk, CMsgBox::mbOk, NEUTRINO_ICON_INFO, MSGBOX_MIN_WIDTH, 6 );
|
||||||
#if 0
|
#if 0
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user