X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=55283258cf7c501a48af476a80cabe60d0a735cc;hb=3c03c66fdcf640bbf4c611a48bf8c74989d077f6;hp=97c9e045adbf793874cba0f4191c41232d69acf5;hpb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 97c9e04..5528325 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1657,7 +1657,7 @@ static int check_path(const char *path) return 1; } -static char *read_file(const char *fname, ODR o, int *sz) +static char *read_file(const char *fname, ODR o, size_t *sz) { char *buf; FILE *inf = fopen(fname, "rb"); @@ -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) {