This commit is contained in:
Al
2016-07-17 14:37:02 -04:00

View File

@@ -233,7 +233,7 @@ bool geodb_module_setup(char *dir) {
return geodb_load(dir == NULL ? LIBPOSTAL_GEODB_DIR : dir);
}
return false;
return true;
}