Got rid of a few warnings WRT signed/unsigned types
[yaz-moved-to-github.git] / src / seshigh.c
index 97c9e04..9edcb2e 100644 (file)
@@ -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");