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
72b34c55
...
72b34c55d8db2adde5d315a6692c119084585c1e
authored
2003-01-29 22:32:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(rfc2047_decode): Bugfix.
1 parent
f0be9b66
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/rfc2047.c
mailbox/rfc2047.c
View file @
72b34c5
...
...
@@ -126,7 +126,7 @@ rfc2047_decode (const char *tocode, const char *input, char **ptostr)
filter_create
(
&
filter
,
in_stream
,
filter_type
,
MU_FILTER_DECODE
,
MU_STREAM_READ
);
while
(
stream_
read
(
filter
,
buffer
+
bufpos
,
bufsize
-
bufpos
,
0
,
while
(
stream_
sequential_read
(
filter
,
buffer
+
bufpos
,
bufsize
-
bufpos
,
&
nbytes
)
==
0
&&
nbytes
)
{
/* FIXME: Need to convert character set */
...
...
Please
register
or
sign in
to post a comment