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