X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fnote.c;h=7f74a3027923815e4d189014f0be54b6ab65d2ef;hb=564afa1b54fc6155d30f1235d1772b185736d507;hp=0dd24430501862bc01cd71f800156e0f1c7caecf;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/gom/note.c b/gom/note.c index 0dd2443..7f74a30 100644 --- a/gom/note.c +++ b/gom/note.c @@ -151,8 +151,7 @@ int write_notes(Gedcom_write_hndl hndl) struct note* obj; for (obj = gom_first_note; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_NOTE, 0, - obj->xrefstr, obj->text); + result |= gedcom_write_record_str(hndl, REC_NOTE, obj->xrefstr, obj->text); if (obj->citation) result |= write_citations(hndl, REC_NOTE, obj->citation); if (obj->ref)