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
a72570a2
...
a72570a27f1259f15bd4c46db7ff2ac8a50bda13
authored
2017-04-18 21:33:18 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix a typo
1 parent
27aae941
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/fetch.c
imap4d/fetch.c
View file @
a72570a
...
...
@@ -183,7 +183,7 @@ send_parameter_list (const char *buffer)
rc
=
mu_mime_header_parse
(
buffer
,
NULL
,
&
value
,
&
param
);
if
(
rc
)
{
mu_diag_funcall
(
MU_DIAG_ERROR
,
"mu_
content_type
_parse"
,
buffer
,
rc
);
mu_diag_funcall
(
MU_DIAG_ERROR
,
"mu_
mime_header
_parse"
,
buffer
,
rc
);
io_sendf
(
"NIL"
);
return
;
}
...
...
Please
register
or
sign in
to post a comment