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
b1c8f405
...
b1c8f40534a488763290c8e34665d8fbbbc272b4
authored
2002-07-23 18:30:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_parse_opt): Fixed dereference of child_inputs. Thanks to Jordi Mallach.
1 parent
84db0efe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/imap4d.c
imap4d/imap4d.c
View file @
b1c8f40
...
...
@@ -81,7 +81,7 @@ imap4d_parse_opt (int key, char *arg, struct argp_state *state)
switch
(
key
)
{
case
ARGP_KEY_INIT
:
state
->
child_inputs
[
1
]
=
state
->
input
;
state
->
child_inputs
[
0
]
=
state
->
input
;
break
;
case
'O'
:
...
...
Please
register
or
sign in
to post a comment