X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fforw.c;h=b9c3c144ceac283f05c8146d7ca4f33ee5e16b7e;hp=38ede22eb3858a9731e9f173630818eba603b4c5;hb=f51956be123db66b00138f80464d06f030dbb88d;hpb=84c6039eb7226c0ba0a8f708205e33d10950d2ae 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 */