Skip to content

Commit

Permalink
Use size_t for clen
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
  • Loading branch information
stoeckmann authored and flatcap committed Jan 3, 2022
1 parent 91e5fb7 commit fd84fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap/imap.c
Expand Up @@ -1350,7 +1350,7 @@ int imap_complete(char *buf, size_t buflen, const char *path)
char tmp[2048];
struct ImapList listresp = { 0 };
char completion[1024];
int clen;
size_t clen;
size_t matchlen = 0;
int completions = 0;
int rc;
Expand Down

0 comments on commit fd84fbf

Please sign in to comment.