X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom.c;fp=gom%2Fgom.c;h=e00af9a948317ef57c9046643113eeee0a21b40b;hb=473f146038f88434e3edd070dfa42390bd0df60f;hp=6e27ab7bbf26b8949b6ce580874026b9ab14f8db;hpb=866835ac8928d7e40919c2ca59799cb37023856f;p=gedcom-parse.git 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); }