--- gpsim-0.29.0/gui/settings_exdbm.cc 2017-10-11 13:50:38.052213113 +0300 +++ gpsim-0.29.0/gui/settings_exdbm.cc.new 2017-10-11 13:55:34.112219089 +0300 @@ -202,7 +202,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)