len should be type int.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -937,7 +937,7 @@ imap_quoted_string (f_imap_t f_imap, char **ptr) | ... | @@ -937,7 +937,7 @@ imap_quoted_string (f_imap_t f_imap, char **ptr) |
937 | { | 937 | { |
938 | char *bquote; | 938 | char *bquote; |
939 | int escaped = 0; | 939 | int escaped = 0; |
940 | size_t len; | 940 | int len; |
941 | 941 | ||
942 | (*ptr)++; | 942 | (*ptr)++; |
943 | bquote = *ptr; | 943 | bquote = *ptr; | ... | ... |
-
Please register or sign in to post a comment