1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 04:37:22 +01:00

fixed uninitialized variable

This commit is contained in:
Vadim Kurland 2011-03-12 18:07:40 -08:00
parent 4178c4e762
commit 821454988c

View File

@ -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)