X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=5b079ba2bf5833b59297d3e3ea58deff84d080a0;hp=9c118a5cfa83818d71fefc8751a3abc0769b7376;hb=1ae9fa8a84998e44e0234543162e257815d7e972;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 9c118a5..5b079ba 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -475,7 +475,7 @@ getreply (int complete, int expecteof) bp = buffer; for (;;) { - char c; + unsigned char c; if (read_tcp_socket (ftp_fd, &c, 1) < 1) { if (expecteof)