From 7bfce244343f0d6405fa38b29c20f066cce2269a Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 2 May 2013 09:09:25 +0200 Subject: Changed ulong to uLong to avoid compilation error on OSX diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index 071629f..3b7dd51 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -3613,7 +3613,7 @@ static tng_function_status tng_gzip_compress(tng_trajectory_t tng_data, { Bytef *dest; char *temp; - ulong max_len, stat; + uLong max_len, stat; max_len = compressBound(len); dest = malloc(max_len); -- cgit v0.10.1