]> git.marmaro.de Git - mmh/blobdiff - uip/ftpsbr.c
Change all chars being passed to the ctype macros (isalph(), etc.) to
[mmh] / uip / ftpsbr.c
index 9c118a5cfa83818d71fefc8751a3abc0769b7376..5b079ba2bf5833b59297d3e3ea58deff84d080a0 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)