X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Frepository.c;h=3df73882ecebbde603ee01db1d373cf0c5821f6f;hb=8c7d6558e7ff847fdbcda7f6c79580990f71992f;hp=1cf459505867d30f9cbd32eeb15a243992a8e554;hpb=082066d0c776403b70c366f9a7d1333c7a9fac15;p=gedcom-parse.git diff --git a/gom/repository.c b/gom/repository.c index 1cf4595..3df7388 100644 --- a/gom/repository.c +++ b/gom/repository.c @@ -147,8 +147,7 @@ int write_repositories(Gedcom_write_hndl hndl) struct repository* obj; for (obj = gom_first_repository; obj; obj = obj->next) { - result |= gedcom_write_record_str(hndl, REC_REPO, 0, - obj->xrefstr, NULL); + result |= gedcom_write_record_str(hndl, REC_REPO, obj->xrefstr, NULL); if (obj->name) result |= gedcom_write_element_str(hndl, ELT_REPO_NAME, 0, REC_REPO, obj->name);