Browse Source

fix unaligned memory access.

Kim Kulling 7 năm trước cách đây
mục cha
commit
fd2da59427
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      contrib/zip/src/zip.c

+ 2 - 0
contrib/zip/src/zip.c

@@ -8,6 +8,8 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
+#define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
+
 #include "zip.h"
 #include "miniz.h"