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
f67bc6aa
...
f67bc6aaf92cfa4f65967e3e324af46e1d3b549d
authored
2003-08-22 14:02:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_getyn): Bugfix
1 parent
ddb55083
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_init.c
mh/mh_init.c
View file @
f67bc6a
...
...
@@ -291,7 +291,7 @@ mh_getyn (const char *fmt, ...)
va_list
ap
;
int
rc
;
if
(
mh_interactive_mode_p
())
if
(
!
mh_interactive_mode_p
())
return
1
;
va_start
(
ap
,
fmt
);
rc
=
mh_vgetyn
(
fmt
,
ap
);
...
...
Please
register
or
sign in
to post a comment