--- gpsim-0.29.0/gui/settings_exdbm.cc 2015-06-11 05:17:20.000000000 +0300 +++ gpsim-0.29.0/gui/settings_exdbm.cc.new 2017-10-11 13:44:35.242205788 +0300 @@ -70,7 +70,7 @@ DB_LIST list; list = eXdbmGetList(dbid, 0, (char *)module); - if (list == false) + if (list == 0) { ret = eXdbmCreateList(dbid, 0, (char *)module, 0); if(ret == -1)