X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fftpsbr.c;h=5b079ba2bf5833b59297d3e3ea58deff84d080a0;hp=525554e77ae304fd8c5d30e70df6ef9bc6079880;hb=1ae9fa8a84998e44e0234543162e257815d7e972;hpb=3d251965606d6a6e47897504594f84d12e3e292a diff --git a/uip/ftpsbr.c b/uip/ftpsbr.c index 525554e..5b079ba 100644 --- a/uip/ftpsbr.c +++ b/uip/ftpsbr.c @@ -3,6 +3,10 @@ * ftpsbr.c -- simple FTP client library * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -471,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)