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
77ecb6d7
...
77ecb6d7f3ad8e9b41d9a5e926c64c4f087b706d
authored
2008-02-29 08:01:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_context_read): Allow for header continuation lines.
1 parent
ff953d36
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_ctx.c
mh/mh_ctx.c
View file @
77ecb6d
...
...
@@ -116,7 +116,7 @@ mh_context_read (mh_context_t *ctx)
if
(
!*
q
||
*
q
==
'#'
)
continue
;
while
(
*
q
)
for
(
q
=
buf
;
*
q
;
)
*
p
++
=
*
q
++
;
}
fclose
(
fp
);
...
...
Please
register
or
sign in
to post a comment