Add call to gedcom_init().
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 17 Mar 2002 13:17:12 +0000 (13:17 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 17 Mar 2002 13:17:12 +0000 (13:17 +0000)
standalone.c

index 75b662cecac7b6d47d773b961f6efb532c165eb3..3db5eda7af45b2fcb98d3437dba9ac3d7f66354a 100644 (file)
@@ -266,6 +266,7 @@ int main(int argc, char* argv[])
   }
 
   setlocale(LC_ALL, "");
   }
 
   setlocale(LC_ALL, "");
+  gedcom_init();
   gedcom_set_debug_level(debug_level, NULL);
   gedcom_set_compat_handling(compat_enabled);
   gedcom_set_error_handling(mech);
   gedcom_set_debug_level(debug_level, NULL);
   gedcom_set_compat_handling(compat_enabled);
   gedcom_set_error_handling(mech);