Fix check
This commit is contained in:
parent
b247470cb7
commit
26f066d773
|
@ -2623,7 +2623,7 @@ int cityInit()
|
|||
return -1;
|
||||
}
|
||||
|
||||
if (configInit(&cfg) == -1) {
|
||||
if (!configInit(&cfg)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue