]> diplodocus.org Git - nmh/blobdiff - sbr/folder_delmsgs.c
Document argsplit changes in mh-profile man page.
[nmh] / sbr / folder_delmsgs.c
index 671ecc7cc5bc1a473cd40489b7335fad702071bb..7431b62e65659f49771e106e9b3d6440b81c9a8f 100644 (file)
@@ -61,7 +61,7 @@ folder_delmsgs (struct msgs *mp, int unlink_msgs, int nohook)
 
        fflush (stdout);
 
-       switch (pid = vfork()) {
+       switch (pid = fork()) {
        case -1:
            advise ("fork", "unable to");
            return -1;