Removed the -clear switch from mhl.
[mmh] / uip / repl.c
index efc2b54..469bdd9 100644 (file)
@@ -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));