X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Findividual.c;h=6e8c3fca52bb6eee0f416d30d69621d7bb103851;hb=89ff39aaedee4aa65dec40032686e8b2f8ca272a;hp=958cce8340f5dc797af86eb0d8140ec21ee5dbf9;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/gom/individual.c b/gom/individual.c index 958cce8..6e8c3fc 100644 --- a/gom/individual.c +++ b/gom/individual.c @@ -230,8 +230,7 @@ int write_individuals(Gedcom_write_hndl hndl) struct individual* obj; for (obj = gom_first_individual; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_INDI, 0, - obj->xrefstr, NULL); + result |= gedcom_write_record_str(hndl, REC_INDI, obj->xrefstr, NULL); if (obj->restriction_notice) result |= gedcom_write_element_str(hndl, ELT_INDI_RESN, 0, REC_INDI, obj->restriction_notice);