X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Ffamily.c;h=f997eb870b56406284699c92af39d00fa80af39d;hb=8c7d6558e7ff847fdbcda7f6c79580990f71992f;hp=995fd583f1fc0e019d9709d3f1b4f031ac56f3cb;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/gom/family.c b/gom/family.c index 995fd58..f997eb8 100644 --- a/gom/family.c +++ b/gom/family.c @@ -169,8 +169,7 @@ int write_families(Gedcom_write_hndl hndl) struct family* obj; for (obj = gom_first_family; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_FAM, 0, - obj->xrefstr, NULL); + result |= gedcom_write_record_str(hndl, REC_FAM, obj->xrefstr, NULL); if (obj->event) result |= write_events(hndl, REC_FAM, EVT_TYPE_FAMILY, obj->event); if (obj->husband)