diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:44:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:44:35 +0000 |
commit | 684f601a8d5c03271f00c79ecf2503adc8f88aed (patch) | |
tree | 3346607a82ffe01ef0a4a19bed6c8b8b6f96864e /compress.cc | |
parent | Adding upstream version 1.10. (diff) | |
download | plzip-upstream.tar.xz plzip-upstream.zip |
Adding upstream version 1.11.upstream/1.11upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'compress.cc')
-rw-r--r-- | compress.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compress.cc b/compress.cc index 39dbff1..defa58d 100644 --- a/compress.cc +++ b/compress.cc @@ -1,6 +1,6 @@ /* Plzip - Massively parallel implementation of lzip Copyright (C) 2009 Laszlo Ersek. - Copyright (C) 2009-2022 Antonio Diaz Diaz. + Copyright (C) 2009-2024 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ #include "lzip.h" #ifndef LLONG_MAX -#define LLONG_MAX 0x7FFFFFFFFFFFFFFFLL +#define LLONG_MAX 0x7FFFFFFFFFFFFFFFLL #endif |