(mh_vgetyn): Synchronize with the changes to mu_true_answer_p().
Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -257,9 +257,6 @@ mh_vgetyn (const char *fmt, va_list ap) | ... | @@ -257,9 +257,6 @@ mh_vgetyn (const char *fmt, va_list ap) |
257 | if (len > 0 && p[len-1] == '\n') | 257 | if (len > 0 && p[len-1] == '\n') |
258 | p[len--] = 0; | 258 | p[len--] = 0; |
259 | 259 | ||
260 | while (*p && isspace (*p)) | ||
261 | p++; | ||
262 | |||
263 | rc = mu_true_answer_p (p); | 260 | rc = mu_true_answer_p (p); |
264 | 261 | ||
265 | if (rc >= 0) | 262 | if (rc >= 0) | ... | ... |
-
Please register or sign in to post a comment