Use of function gedcom_set_compat_options.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 1 Feb 2003 17:03:19 +0000 (17:03 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sat, 1 Feb 2003 17:03:19 +0000 (17:03 +0000)
t/output/compat-lifelines.ref
t/output/write_gom_compat-lifelines.ref
t/src/standalone.c

index 87d834f6a1987464ae6bca25b4c0d010abcd4556..0e229cf91ace0fca9a47fa4141ffaa95a3dc464d 100644 (file)
@@ -6,7 +6,7 @@ WARNING: Warning on line 2: Enabling compatibility with 'Lifelines'
 Source context 1001 in parent 1
 == 1 DEST (310) ANY (ctxt is 1, conversion failures: 0)
 == 1 DATE (306) 1 JUL 1997 (ctxt is 1, conversion failures: 0)
-WARNING: Warning on line 5: Header change time lost in the compatibility
+== 1 TIME (387) 17:43 (ctxt is 1, conversion failures: 0)
 WARNING: Warning on line 5: Adding link to submitter record with xref '@__COMPAT__SUBM__@'
 == 1 SUBM (382) @__COMPAT__SUBM__@ (ctxt is 1, conversion failures: 0)
 == 1 GEDC (326) (null) (ctxt is 1, conversion failures: 0)
@@ -109,7 +109,7 @@ WARNING: Warning on line 2: Enabling compatibility with 'Lifelines'
 Source context 1001 in parent 1
 == 1 DEST (310) ANY (ctxt is 1, conversion failures: 0)
 == 1 DATE (306) 1 JUL 1997 (ctxt is 1, conversion failures: 0)
-WARNING: Warning on line 5: Header change time lost in the compatibility
+== 1 TIME (387) 17:43 (ctxt is 1, conversion failures: 0)
 WARNING: Warning on line 5: Adding link to submitter record with xref '@__COMPAT__SUBM__@'
 == 1 SUBM (382) @__COMPAT__SUBM__@ (ctxt is 1, conversion failures: 0)
 == 1 GEDC (326) (null) (ctxt is 1, conversion failures: 0)
index a32f9f1ac36e635bfe70032d260022e570e0b066..ad9767697aabfeaf7d048ed454c119965caed56f 100644 (file)
@@ -1,5 +1,5 @@
 WARNING: Warning on line 2: Enabling compatibility with 'Lifelines'
-WARNING: Warning on line 5: Header change time lost in the compatibility
+WARNING: Warning on line 5: Header change time '17:43' lost in the compatibility (out of context)
 WARNING: Warning on line 5: Adding link to submitter record with xref '@__COMPAT__SUBM__@'
 WARNING: Warning on line 9: Empty value changed to '-'
 WARNING: Warning on line 9: Putting date in 'phrase' member
index 76d8f14bd8d4797e081a7da322018fd79ebd02f3..887da0ee08d0fb7349a349d2cf860d50e9abd47c 100644 (file)
@@ -323,6 +323,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);