]> git.marmaro.de Git - mmh/blobdiff - uip/comp.c
bug #23319: rework the way we handle the working directory when invoking
[mmh] / uip / comp.c
index 67cf83bb502199f9e23733d462d20b489cddf188..9c915bf3e0efc6f58f7eb5df48169cc29268661d 100644 (file)
@@ -296,5 +296,6 @@ edit_it:
     if (nwhat)
        done (0);
     what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd);
     if (nwhat)
        done (0);
     what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd);
-    return done (1);
+    done (1);
+    return 1;
 }
 }