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
7bea0e11
...
7bea0e111acc72cc37169bc3152f542727ad4c04
authored
2008-06-17 08:39:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(header_readline): Revert yesterday's change.
1 parent
d5ebda9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
mailbox/header.c
mailbox/header.c
View file @
7bea0e1
...
...
@@ -1048,12 +1048,6 @@ header_readline (mu_stream_t is, char *buffer, size_t buflen,
status
=
mu_header_fill
(
header
);
if
(
status
)
return
status
;
if
(
header
->
size
==
0
)
{
if
(
pnread
)
*
pnread
=
0
;
return
0
;
}
if
(
mu_hdrent_find_stream_pos
(
header
,
off
,
&
ent
,
&
ent_off
))
{
if
(
pnread
)
...
...
Please
register
or
sign in
to post a comment