From 6f97662e0531189fb1298c27fd85348df1b86db3 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Fri, 16 Aug 2002 18:45:13 +0000 Subject: [PATCH] Small comments. --- gedcom/compat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gedcom/compat.c b/gedcom/compat.c index f7638e6..6ac021f 100644 --- a/gedcom/compat.c +++ b/gedcom/compat.c @@ -38,7 +38,7 @@ char* default_charset; #define DEFAULT_GEDCOM_VERS "5.5" #define DEFAULT_GEDCOM_FORM "LINEAGE-LINKED" -/* Incompatibily list (with GEDCOM 5.5): +/* Incompatibility list (with GEDCOM 5.5): - ftree: - no submitter record, no submitter link in the header @@ -49,8 +49,9 @@ char* default_charset; - no submitter record, no submitter link in the header - no GEDC field in the header - no CHAR field in the header - - TIME field outside of DATE field in the header (will be ignored here) + - HEAD.TIME instead of HEAD.DATE.TIME (will be ignored here) - '@' not written as '@@' in values + - lots of missing required values */ /* Compatibility handling */ -- 2.30.2