diff options
| -rw-r--r-- | src/dictzip-input-stream.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/dictzip-input-stream.c b/src/dictzip-input-stream.c index f539790..8b26096 100644 --- a/src/dictzip-input-stream.c +++ b/src/dictzip-input-stream.c @@ -229,7 +229,7 @@ read_random_access_field (const gz_header *gzh,  		}  		*chunk_length = f[6] | (f[7] << 8); -		if (chunk_length == 0) +		if (*chunk_length == 0)  		{  			g_set_error (error, DICTZIP_ERROR, DICTZIP_ERROR_INVALID_HEADER,  				"invalid RA chunk length"); | 
