X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gom%2Fsubmitter.c;h=44ec48f2a578941a83217069742b04270b071709;hb=4946f8418bfa1c41bb410995dbc9c5ac272c4c74;hp=107653f2686811db9e0aa531ba0e33fd375e4f1e;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/gom/submitter.c b/gom/submitter.c index 107653f..44ec48f 100644 --- a/gom/submitter.c +++ b/gom/submitter.c @@ -169,8 +169,7 @@ int write_submitters(Gedcom_write_hndl hndl) struct submitter* obj; for (obj = gom_first_submitter; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_SUBM, 0, - obj->xrefstr, NULL); + result |= gedcom_write_record_str(hndl, REC_SUBM, obj->xrefstr, NULL); if (obj->name) result |= gedcom_write_element_str(hndl, ELT_SUBM_NAME, 0, REC_SUBM, obj->name);