X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=55283258cf7c501a48af476a80cabe60d0a735cc;hp=9edcb2ec3c55024b16e0f02d84eeafea8ad05082;hb=f2b3c045e79a30c889ffdddb408d9d08ab8d7e01;hpb=c92a1e74838a25214df478878806c7fb48167db5 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) {