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