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
1c91e4b7
...
1c91e4b7d0a95e2fc1d2966e33ed98db6053338a
authored
2003-01-16 16:16:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_getopt): Bugfix
1 parent
22130e2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mh/mh_getopt.c
mh/mh_getopt.c
View file @
1c91e4b
...
...
@@ -95,6 +95,8 @@ mh_getopt (int argc, char **argv, struct mh_option *mh_opt, const char *doc)
mh_help
(
mh_opt
,
doc
);
exit
(
1
);
}
else
mh_optind
++
;
return
'?'
;
}
...
...
Please
register
or
sign in
to post a comment