(header_readline): Revert yesterday's change.
Showing
1 changed file
with
0 additions
and
6 deletions
... | @@ -1048,12 +1048,6 @@ header_readline (mu_stream_t is, char *buffer, size_t buflen, | ... | @@ -1048,12 +1048,6 @@ header_readline (mu_stream_t is, char *buffer, size_t buflen, |
1048 | status = mu_header_fill (header); | 1048 | status = mu_header_fill (header); |
1049 | if (status) | 1049 | if (status) |
1050 | return status; | 1050 | return status; |
1051 | if (header->size == 0) | ||
1052 | { | ||
1053 | if (pnread) | ||
1054 | *pnread = 0; | ||
1055 | return 0; | ||
1056 | } | ||
1057 | if (mu_hdrent_find_stream_pos (header, off, &ent, &ent_off)) | 1051 | if (mu_hdrent_find_stream_pos (header, off, &ent, &ent_off)) |
1058 | { | 1052 | { |
1059 | if (pnread) | 1053 | if (pnread) | ... | ... |
-
Please register or sign in to post a comment