From: Adam Dickmeiss Date: Wed, 24 Dec 2008 00:15:11 +0000 (+0100) Subject: Changed type to avoid warning X-Git-Tag: v3.0.40~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f2b3c045e79a30c889ffdddb408d9d08ab8d7e01;hp=c92a1e74838a25214df478878806c7fb48167db5 Changed type to avoid warning --- diff --git a/src/seshigh.c b/src/seshigh.c index 9edcb2e..5528325 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1710,7 +1710,7 @@ static void process_http_request(association *assoc, request *req) } else { - int content_size = 0; + size_t content_size = 0; char *content_buf = read_file(hreq->path+1, o, &content_size); if (!content_buf) {