X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frepl.c;h=469bdd902c8596a0c176e02d806e4ca134dc5745;hp=4e2c18ae1a9846de80e4bad84bf0bcd4e5e758de;hb=27826f9353e0f0b04590b7d0f8f83e60462b90f0;hpb=67411b1f95d6ec987b4c732459e1ba8a8ac192c6 diff --git a/uip/repl.c b/uip/repl.c index 4e2c18a..469bdd9 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -424,7 +424,7 @@ replout(FILE *inb, char *msg, char *drft, struct msgs *mp, umask(mask); /* get new format string */ - cp = new_fs(form, NULL, NULL); + cp = new_fs(form, NULL); format_len = strlen(cp); /* compile format string */ @@ -787,7 +787,7 @@ replfilter(FILE *in, FILE *out, char *filter) dup2(fileno(out), fileno(stdout)); closefds(3); - execlp(mhlproc, mhl, "-form", filter, "-noclear", NULL); + execlp(mhlproc, mhl, "-form", filter, NULL); errstr = strerror(errno); write(2, "unable to exec ", 15); write(2, mhlproc, strlen(mhlproc));