From ee8a3404f9b1f832ee9c86db290e4dc9c378df58 Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Tue, 18 Sep 2012 01:57:41 -0400 Subject: [PATCH] Works on 32-bit --- pixz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixz.h b/pixz.h index 66e6c2b..79f5060 100644 --- a/pixz.h +++ b/pixz.h @@ -16,7 +16,7 @@ #define PIXZ_INDEX_MAGIC 0xDBAE14D62E324CA6LL #define CHECK LZMA_CHECK_CRC32 -#define MEMLIMIT (64L * 1024 * 1024 * 1024) // crazy high +#define MEMLIMIT (64ULL * 1024 * 1024 * 1024) // crazy high #define CHUNKSIZE 4096