From ea4113f441f860d9ce469db5ebda6ca40cffd484 Mon Sep 17 00:00:00 2001 From: Mika Lindqvist Date: Fri, 17 Feb 2017 15:01:24 +0200 Subject: test/example.c: Don't mix unsigned long and size_t. --- test/example.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/example.c b/test/example.c index 604e13b9fe..4352e66c91 100644 --- a/test/example.c +++ b/test/example.c @@ -72,12 +72,12 @@ void test_compress(unsigned char *compr, size_t comprLen, unsigned char *uncompr #ifdef WITH_GZFILEOP void test_gzio (const char *fname, - unsigned char *uncompr, unsigned long uncomprLen); + unsigned char *uncompr, size_t uncomprLen); /* =========================================================================== * Test read/write of .gz files */ -void test_gzio(const char *fname, unsigned char *uncompr, unsigned long uncomprLen) +void test_gzio(const char *fname, unsigned char *uncompr, size_t uncomprLen) { #ifdef NO_GZCOMPRESS fprintf(stderr, "NO_GZCOMPRESS -- gz* functions cannot compress\n"); -- cgit 0.0.5-2-1-g0f52