diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-24 01:57:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-09-24 01:57:46 +0000 |
commit | 321b4b38cb22eb640619cebcb1230c604b2e9297 (patch) | |
tree | bea175e053890b150463151752b7a49dc49c436e /lzip_index.h | |
parent | Adding upstream version 0.22. (diff) | |
download | tarlz-321b4b38cb22eb640619cebcb1230c604b2e9297.tar.xz tarlz-321b4b38cb22eb640619cebcb1230c604b2e9297.zip |
Adding upstream version 0.23.upstream/0.23
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | lzip_index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lzip_index.h b/lzip_index.h index dd6ad67..af8aaa4 100644 --- a/lzip_index.h +++ b/lzip_index.h @@ -16,7 +16,7 @@ */ #ifndef INT64_MAX -#define INT64_MAX 0x7FFFFFFFFFFFFFFFLL +#define INT64_MAX 0x7FFFFFFFFFFFFFFFLL #endif |