(mh_getyn): Bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -291,7 +291,7 @@ mh_getyn (const char *fmt, ...) | ... | @@ -291,7 +291,7 @@ mh_getyn (const char *fmt, ...) |
291 | va_list ap; | 291 | va_list ap; |
292 | int rc; | 292 | int rc; |
293 | 293 | ||
294 | if (mh_interactive_mode_p ()) | 294 | if (!mh_interactive_mode_p ()) |
295 | return 1; | 295 | return 1; |
296 | va_start (ap, fmt); | 296 | va_start (ap, fmt); |
297 | rc = mh_vgetyn (fmt, ap); | 297 | rc = mh_vgetyn (fmt, ap); | ... | ... |
-
Please register or sign in to post a comment