]> git.marmaro.de Git - mmh/blobdiff - uip/prompter.c
* uip/pick.c: Print matching messages immediately, instead of
[mmh] / uip / prompter.c
index fd10aca29fb273277cb31ec1ddd346addafe91b4..35f6860a4ac49536a06f085991d56daf24b09294 100644 (file)
@@ -400,7 +400,8 @@ no_body:
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
-    return done (0);
+    done (0);
+    return 1;
 }