From b109f95d373fa6baae6c1a43e5b3805fb7fd22fb Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 17 Mar 2002 13:17:12 +0000 Subject: [PATCH] Add call to gedcom_init(). --- standalone.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2