Put extra files in distribution.
[gedcom-parse.git] / gom / family.c
index 995fd583f1fc0e019d9709d3f1b4f031ac56f3cb..f997eb870b56406284699c92af39d00fa80af39d 100644 (file)
@@ -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)