]> diplodocus.org Git - nmh/blobdiff - uip/comp.c
Make sure we return the descriptor from the file handle. Noted by
[nmh] / uip / comp.c
index 1e4ffa2affacc699ce2285810237139aad358a56..ae87209fd343a80db91a9028d7f8b4e846091da6 100644 (file)
@@ -396,7 +396,7 @@ edit_it:
 
     if (nwhat)
        done (0);
-    what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd, 0);
+    what_now (ed, nedit, use, drft, NULL, 0, NULL, NULL, 0, cwd, 0);
     done (1);
     return 1;
 }