diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |