Removed the mhlproc profile entry. Call mhl directly.
[mmh] / sbr / refile.c
index 48f0b44..55ba754 100644 (file)
@@ -33,7 +33,7 @@ refile(char **arg, char *file)
        context_save();  /* save the context file */
        fflush(stdout);
 
-       switch (pid = vfork()) {
+       switch (pid = fork()) {
        case -1:
                advise("fork", "unable to");
                return -1;