Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / uip / ftpsbr.c
index 9c118a5..5b079ba 100644 (file)
@@ -475,7 +475,7 @@ getreply (int complete, int expecteof)
        bp = buffer;
 
        for (;;) {
        bp = buffer;
 
        for (;;) {
-           char c;
+           unsigned char c;
 
            if (read_tcp_socket (ftp_fd, &c, 1) < 1) {
                if (expecteof)
 
            if (read_tcp_socket (ftp_fd, &c, 1) < 1) {
                if (expecteof)