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
edd6a02d
...
edd6a02d1f36548b9c871e49f5dc79f5c82b29ee
authored
2001-09-18 06:42:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Pass '+' key when handling +folder option.
1 parent
3f06742c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_argp.c
mh/mh_argp.c
View file @
edd6a02
...
...
@@ -51,7 +51,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
case
ARGP_KEY_ARG
:
if
(
arg
[
0
]
==
'+'
)
{
data
->
handler
(
'
f
'
,
arg
+
1
,
data
->
closure
);
data
->
handler
(
'
+
'
,
arg
+
1
,
data
->
closure
);
break
;
}
return
ARGP_ERR_UNKNOWN
;
...
...
Please
register
or
sign in
to post a comment