Fix to 25581a94c5113eb78b2baf7110408df96efc4418: always set $editalt,
[mmh] / sbr / showfile.c
index 17f84b9..59ae795 100644 (file)
@@ -28,7 +28,7 @@ showfile (char **arg, char *file)
     if (!strcmp (r1bindex (lproc, '/'), "mhl"))
        lproc = mhlproc;
 
-    switch (pid = m_vfork()) {
+    switch (pid = vfork()) {
     case -1:
        /* fork error */
        advise ("fork", "unable to");