From: Peter Verthez Date: Sat, 1 Feb 2003 17:04:17 +0000 (+0000) Subject: Use function gedcom_set_compat_options. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=348ff78151b323043b4e0c3e4744427e033639c9;p=gedcom-parse.git Use function gedcom_set_compat_options. --- diff --git a/bin/gedcom-check.c b/bin/gedcom-check.c index ef2baf8..3f14d6c 100644 --- a/bin/gedcom-check.c +++ b/bin/gedcom-check.c @@ -110,6 +110,7 @@ int main(int argc, char* argv[]) setlocale(LC_ALL, ""); gedcom_set_debug_level(debug_level, NULL); gedcom_set_compat_handling(compat_enabled); + gedcom_set_compat_options(COMPAT_ALLOW_OUT_OF_CONTEXT); gedcom_set_error_handling(mech); gedcom_set_message_handler(gedcom_message_handler); gedcom_set_default_callback(default_cb);