Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4d65d8c2
...
4d65d8c2e1db7d953683bdcaa3c3e29eecbe95f1
authored
2005-03-10 21:08:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_vgetyn): Synchronize with the changes to mu_true_answer_p().
1 parent
668894e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
mh/mh_init.c
mh/mh_init.c
View file @
4d65d8c
...
...
@@ -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
)
...
...
Please
register
or
sign in
to post a comment