X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Frefile.c;h=55ba754e8797729dfb18e7745da170da8d73e023;hb=67411b1f95d6ec987b4c732459e1ba8a8ac192c6;hp=48f0b4441c66907b8e30f748226ffde0ade5733c;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/sbr/refile.c b/sbr/refile.c index 48f0b44..55ba754 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -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;