diff options
Diffstat (limited to 'src/decompress.c')
| -rw-r--r-- | src/decompress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decompress.c b/src/decompress.c index b7cd8a6c404..452a9210402 100644 --- a/src/decompress.c +++ b/src/decompress.c | |||
| @@ -146,6 +146,8 @@ This function can be called only in unibyte buffers. */) | |||
| 146 | #ifdef WINDOWSNT | 146 | #ifdef WINDOWSNT |
| 147 | if (!zlib_initialized) | 147 | if (!zlib_initialized) |
| 148 | zlib_initialized = init_zlib_functions (); | 148 | zlib_initialized = init_zlib_functions (); |
| 149 | if (!zlib_initialized) | ||
| 150 | return Qnil; | ||
| 149 | #endif | 151 | #endif |
| 150 | 152 | ||
| 151 | /* This is a unibyte buffer, so character positions and bytes are | 153 | /* This is a unibyte buffer, so character positions and bytes are |