formatting
This commit is contained in:
parent
122e09fe60
commit
72fd2aafb7
|
@ -696,7 +696,7 @@ parse_imap_list_l( imap_store_t *ctx, char **sp, list_t **curp, int level )
|
||||||
|
|
||||||
/* now read the rest of the message */
|
/* now read the rest of the message */
|
||||||
while (bytes > 0) {
|
while (bytes > 0) {
|
||||||
if ((n = socket_read (&ctx->buf.sock, s, bytes)) <= 0)
|
if ((n = socket_read( &ctx->buf.sock, s, bytes )) <= 0)
|
||||||
goto bail;
|
goto bail;
|
||||||
s += n;
|
s += n;
|
||||||
bytes -= n;
|
bytes -= n;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user