Index: Compress-Raw-Zlib-2.005/Zlib.xs =================================================================== --- Compress-Raw-Zlib-2.005.orig/Zlib.xs +++ Compress-Raw-Zlib-2.005/Zlib.xs @@ -229,7 +229,7 @@ typedef di_stream * Compress__Raw__Zlib_ #define crcInitial crc32(0L, Z_NULL, 0) -static const char * const my_z_errmsg[] = { +static const char my_z_errmsg[][32] = { "need dictionary", /* Z_NEED_DICT 2 */ "stream end", /* Z_STREAM_END 1 */ "", /* Z_OK 0 */