X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fhtparser.c;h=a738e2566f6dc866ea3ee48d4d6002ecb320f82e;hp=bb235399885f41c823e758dedb34ed090cb49cee;hb=f728df60f33dd8390f13f987ae5e30421cc34e15;hpb=a2e59e7b8fb0ab5f0d404dcedcba170acd248624 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) {