mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
msgbox: deobfuscate assignment of default result value
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2cef61bd8e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-03-07 (Tue, 07 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
vanhofen
parent
938e4c22f8
commit
00b109d321
@@ -101,10 +101,8 @@ void CMsgBox::init(const int& Height, const int& ShowButtons, const msg_result_t
|
|||||||
shadow = CC_SHADOW_ON;
|
shadow = CC_SHADOW_ON;
|
||||||
|
|
||||||
//set result
|
//set result
|
||||||
if (Default_result != mbrNone)
|
result = default_result = Default_result;
|
||||||
result = default_result = Default_result;
|
|
||||||
else
|
|
||||||
result = mbrNone;
|
|
||||||
//add and initialize footer buttons with required buttons and basic properties
|
//add and initialize footer buttons with required buttons and basic properties
|
||||||
if (ShowButtons > -1)
|
if (ShowButtons > -1)
|
||||||
mb_show_button = ShowButtons;
|
mb_show_button = ShowButtons;
|
||||||
|
Reference in New Issue
Block a user