]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lzx_common.h
lzx_common: make lzx_offset_slot_base hold unadjusted offsets
[wimlib] / include / wimlib / lzx_common.h
index 0b57530d7a49a2d21b24af4a1bafc6af0302d5fb..f93221d5b16c84b075b4e865bf3d7b1b63805274 100644 (file)
@@ -10,7 +10,7 @@
 #include "wimlib/lzx_constants.h"
 #include "wimlib/types.h"
 
-extern const u32 lzx_offset_slot_base[LZX_MAX_OFFSET_SLOTS + 1];
+extern const s32 lzx_offset_slot_base[LZX_MAX_OFFSET_SLOTS + 1];
 
 extern const u8 lzx_extra_offset_bits[LZX_MAX_OFFSET_SLOTS];