From ebfebbfb4b77fa42f84e07b6fe671c56cdd12a35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:29:08 +0100 Subject: Adding upstream version 0.9. Signed-off-by: Daniel Baumann --- decompress.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decompress.cc') diff --git a/decompress.cc b/decompress.cc index ef098ae..b440ecd 100644 --- a/decompress.cc +++ b/decompress.cc @@ -213,7 +213,7 @@ public: // Search forward from 'pos' for "LZIP" (Boyer-Moore algorithm) // Return pos of found string or 'pos+size' if not found. // -int find_magic( const uint8_t * const buffer, const int pos, const int size ) throw() +int find_magic( const uint8_t * const buffer, const int pos, const int size ) { const uint8_t table[256] = { 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, -- cgit v1.2.3