summaryrefslogtreecommitdiffstats
path: root/compress.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:44:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:44:38 +0000
commit6f69650067a884d986108e7465ea26948b3388d2 (patch)
tree284b1092159baec1e87f59f32ebfc99de52b5266 /compress.cc
parentReleasing debian version 1.10-6. (diff)
downloadplzip-6f69650067a884d986108e7465ea26948b3388d2.tar.xz
plzip-6f69650067a884d986108e7465ea26948b3388d2.zip
Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'compress.cc')
-rw-r--r--compress.cc4
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