Browse Source

formatting

wip/maildir-uid-dupes-test
Oswald Buddenhagen 15 years ago
parent
commit
72fd2aafb7
  1. 2
      src/drv_imap.c

2
src/drv_imap.c

@ -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 */
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;
s += n;
bytes -= n;

Loading…
Cancel
Save