Commit 4d65d8c2 4d65d8c2e1db7d953683bdcaa3c3e29eecbe95f1 by Sergey Poznyakoff

(mh_vgetyn): Synchronize with the changes to mu_true_answer_p().

1 parent 668894e6
......@@ -257,9 +257,6 @@ mh_vgetyn (const char *fmt, va_list ap)
if (len > 0 && p[len-1] == '\n')
p[len--] = 0;
while (*p && isspace (*p))
p++;
rc = mu_true_answer_p (p);
if (rc >= 0)
......