From: Peter Verthez Date: Sun, 17 Mar 2002 13:17:12 +0000 (+0000) Subject: Add call to gedcom_init(). X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=b109f95d373fa6baae6c1a43e5b3805fb7fd22fb;p=gedcom-parse.git Add call to gedcom_init(). --- diff --git a/standalone.c b/standalone.c index 75b662c..3db5eda 100644 --- a/standalone.c +++ b/standalone.c @@ -266,6 +266,7 @@ int main(int argc, char* argv[]) } setlocale(LC_ALL, ""); + gedcom_init(); gedcom_set_debug_level(debug_level, NULL); gedcom_set_compat_handling(compat_enabled); gedcom_set_error_handling(mech);