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
7163b426
...
7163b4267d0ada35dcc6b27eb2bfa7bd62a3f5eb
authored
2006-01-27 15:15:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(parse_opt): Pass ARGP_KEY_INIT to the application handler.
1 parent
7a24d879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
mh/mh_argp.c
mh/mh_argp.c
View file @
7163b42
...
...
@@ -33,9 +33,6 @@ parse_opt (int key, char *arg, struct argp_state *state)
struct
mh_argp_data
*
data
=
state
->
input
;
switch
(
key
)
{
case
ARGP_KEY_INIT
:
break
;
case
ARGP_KEY_ARG
:
if
(
arg
[
0
]
==
'+'
)
{
...
...
Please
register
or
sign in
to post a comment