diff options
Diffstat (limited to 'pop3.c')
-rw-r--r-- | pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ static int pop3_ok (int sock, char *argbuf) else return(PS_PROTOCOL); - while (isalpha(*bufp)) + while (isalpha((unsigned char)*bufp)) bufp++; if (*bufp) |