X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fhtparser.c;h=a738e2566f6dc866ea3ee48d4d6002ecb320f82e;hb=f728df60f33dd8390f13f987ae5e30421cc34e15;hp=bb235399885f41c823e758dedb34ed090cb49cee;hpb=a68db17def8493b7f338541d57bcb7ca0de64618;p=ashd.git diff --git a/src/htparser.c b/src/htparser.c index bb23539..a738e25 100644 --- a/src/htparser.c +++ b/src/htparser.c @@ -152,7 +152,7 @@ static off_t passdata(struct bufio *in, struct bufio *out, off_t max) static int recvchunks(struct bufio *in, struct bufio *out) { - size_t read, chlen; + ssize_t read, chlen; int c, r; while(1) {