X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=35f6860a4ac49536a06f085991d56daf24b09294;hp=fd10aca29fb273277cb31ec1ddd346addafe91b4;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a diff --git a/uip/prompter.c b/uip/prompter.c index fd10aca..35f6860 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -400,7 +400,8 @@ no_body: unlink (tmpfil); context_save (); /* save the context file */ - return done (0); + done (0); + return 1; }