mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
update: fix evaluation of int newfound
Origin commit data
------------------
Commit: 88ebe68b39
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-21 (Mon, 21 Nov 2016)
Origin message was:
------------------
- update: fix evaluation of int newfound
This commit is contained in:
@@ -304,7 +304,7 @@ bool CFlashUpdate::selectHttpImage(void)
|
||||
return false;
|
||||
}
|
||||
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 );
|
||||
#if 0
|
||||
else
|
||||
|
Reference in New Issue
Block a user