From 473f146038f88434e3edd070dfa42390bd0df60f Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Feb 2003 14:37:02 +0000 Subject: [PATCH] Allow elements out of context. --- gom/gom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gom/gom.c b/gom/gom.c index 6e27ab7..e00af9a 100644 --- a/gom/gom.c +++ b/gom/gom.c @@ -111,10 +111,10 @@ int gom_parse_file(const char* file_name) gom_cleanup(); } else { + gedcom_set_compat_options(COMPAT_ALLOW_OUT_OF_CONTEXT); subscribe_all(); } gom_active = 1; - gedcom_set_compat_options(0); return gedcom_parse_file(file_name); } -- 2.30.2