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
b7dce10c
...
b7dce10cac6ea813edd8d82ea1470ab51d497b0c
authored
2006-03-07 15:08:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor indentation fix
1 parent
0a1c0c33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/rfc2047.c
mailbox/rfc2047.c
View file @
b7dce10
...
...
@@ -247,7 +247,7 @@ mu_rfc2047_encode (const char *charset, const char *encoding,
mu_stream_sequential_write
(
input_stream
,
text
,
strlen
(
text
));
rc
=
mu_filter_create
(
&
output_stream
,
input_stream
,
encoding
,
MU_FILTER_ENCODE
,
MU_STREAM_READ
);
encoding
,
MU_FILTER_ENCODE
,
MU_STREAM_READ
);
if
(
rc
==
0
)
{
/* Assume strlen(qp_encoded_text) <= strlen(text) * 3 */
...
...
Please
register
or
sign in
to post a comment