X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=b9c3c144ceac283f05c8146d7ca4f33ee5e16b7e;hb=e11983f44e59d8de236affa5b0d0d3067c192e24;hp=38ede22eb3858a9731e9f173630818eba603b4c5;hpb=003cacd23c8f80054990c5ad3303f9a115241583;p=mmh diff --git a/uip/forw.c b/uip/forw.c index 38ede22..b9c3c14 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -237,7 +237,7 @@ main(int argc, char **argv) cpydata(in, out, form, drft); close(in); } else { - nfs = new_fs(form, NULL, forwcomps, NULL); + nfs = new_fs(form, forwcomps); if (write(out, nfs, strlen(nfs)) != strlen(nfs)) { adios(drft, "error writing"); } @@ -306,7 +306,7 @@ build_form(char *form, char *digest, int volume, int issue) char *cp = NULL; /* Get new format string */ - nfs = new_fs(form, NULL, NULL, NULL); + nfs = new_fs(form, NULL); fmtsize = strlen(nfs) + 256; /* Compile format string */