mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 04:37:22 +01:00
fixed uninitialized variable
This commit is contained in:
parent
4178c4e762
commit
821454988c
@ -177,7 +177,8 @@ FWBSettings::~FWBSettings()
|
||||
*/
|
||||
void FWBSettings::init(bool force_first_time_run)
|
||||
{
|
||||
bool ok=false;
|
||||
bool ok = false;
|
||||
first_run = false;
|
||||
|
||||
ok = contains(reminderAboutStandardLibSuppressed);
|
||||
if (!ok)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user