X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom.y;h=3d5243a90c068fd68a39235adf3479db1b6e878b;hb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;hp=44613d991e52eb560bbcec9a6176e68f8a1fb35f;hpb=87ca3acd1b3a5bdaf51384110d85b7174618e2de;p=gedcom-parse.git diff --git a/gedcom/gedcom.y b/gedcom/gedcom.y index 44613d9..3d5243a 100644 --- a/gedcom/gedcom.y +++ b/gedcom/gedcom.y @@ -664,9 +664,9 @@ head_date_time_sect : OPEN DELIM TAG_TIME mand_line_item /* HEAD.TIME (Only for 'Lifelines' compatibility) */ /* Just ignore the time... */ -head_time_sect : OPEN DELIM TAG_TIME opt_line_item - { } - CLOSE +head_time_sect : OPEN DELIM TAG_TIME opt_line_item CLOSE + { gedcom_warning(_("Header change time lost in the compatibility")); + } ; /* HEAD.SUBM */