X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=5b079ba2bf5833b59297d3e3ea58deff84d080a0;hp=9c118a5cfa83818d71fefc8751a3abc0769b7376;hb=13f84dd50ca5754391dbd3296a5c7425f9363600;hpb=1524cb8c0b86a854149d7859d6a2503d61dbaa36 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)