X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=gom%2Fmultimedia.c;h=5fb331cb4a483888d12f8743c4b2e3a33bdeab01;hb=89ff39aaedee4aa65dec40032686e8b2f8ca272a;hp=af97afc79db6c2336fba67d405a1e89f661786fa;hpb=c80fb171c952d002191509a343bb4c3747dffc35;p=gedcom-parse.git diff --git a/gom/multimedia.c b/gom/multimedia.c index af97afc..5fb331c 100644 --- a/gom/multimedia.c +++ b/gom/multimedia.c @@ -145,8 +145,7 @@ int write_multimedia_recs(Gedcom_write_hndl hndl) struct multimedia* obj; for (obj = gom_first_multimedia; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_OBJE, 0, - obj->xrefstr, NULL); + result |= gedcom_write_record_str(hndl, REC_OBJE, obj->xrefstr, NULL); if (obj->form) result |= gedcom_write_element_str(hndl, ELT_OBJE_FORM, 0, REC_OBJE, obj->form);