]> git.marmaro.de Git - mmh/blobdiff - sbr/refile.c
Removed the mhlproc profile entry. Call mhl directly.
[mmh] / sbr / refile.c
index 48f0b4441c66907b8e30f748226ffde0ade5733c..55ba754e8797729dfb18e7745da170da8d73e023 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;