From 684f601a8d5c03271f00c79ecf2503adc8f88aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 23 Jan 2024 06:44:35 +0100 Subject: Adding upstream version 1.11. Signed-off-by: Daniel Baumann --- compress.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compress.cc') 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 -- cgit v1.2.3