summaryrefslogtreecommitdiff
path: root/lzo/src/lzo1z_d2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lzo/src/lzo1z_d2.c')
-rw-r--r--lzo/src/lzo1z_d2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lzo/src/lzo1z_d2.c b/lzo/src/lzo1z_d2.c
index 55420246..96d12d61 100644
--- a/lzo/src/lzo1z_d2.c
+++ b/lzo/src/lzo1z_d2.c
@@ -2,6 +2,9 @@
This file is part of the LZO real-time data compression library.
+ Copyright (C) 2011 Markus Franz Xaver Johannes Oberhumer
+ Copyright (C) 2010 Markus Franz Xaver Johannes Oberhumer
+ Copyright (C) 2009 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2008 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2007 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 2006 Markus Franz Xaver Johannes Oberhumer
@@ -40,7 +43,7 @@
#include "config1z.h"
-#define LZO_TEST_OVERRUN
+#define LZO_TEST_OVERRUN 1
#define DO_DECOMPRESS lzo1z_decompress_safe
#include "lzo1x_d.ch"