Merge pull request #86 from dnmfarrell/master

don't error on multiple setup_parser()
This commit is contained in:
Al Barrentine
2016-07-17 13:35:48 -04:00
committed by GitHub

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;
}