summaryrefslogtreecommitdiff
path: root/lzo/src/lzo1b_d2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lzo/src/lzo1b_d2.c')
-rw-r--r--lzo/src/lzo1b_d2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lzo/src/lzo1b_d2.c b/lzo/src/lzo1b_d2.c
index b39138d4..1c54d583 100644
--- a/lzo/src/lzo1b_d2.c
+++ b/lzo/src/lzo1b_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 "config1b.h"
-#define LZO_TEST_OVERRUN
+#define LZO_TEST_OVERRUN 1
#define DO_DECOMPRESS lzo1b_decompress_safe
#include "lzo1b_d.ch"