diff options
author | Ladislav <Zezula> | 2013-09-15 10:23:57 +0200 |
---|---|---|
committer | Ladislav <Zezula> | 2013-09-15 10:23:57 +0200 |
commit | fd9326ba5cb40c07205b9b4fa4ca6a8567b43a69 (patch) | |
tree | c415ebbef8e99d747890a462afd978d73343790b /src/zlib/inffast.h | |
parent | dab826ac100f72306229dc2b57c4996011dfd530 (diff) |
+ Fixed possible division by zero in LoadMpqDataBitmap
+ Updated zlib to version 1.2.5 (the same like current WoW build uses)
Diffstat (limited to 'src/zlib/inffast.h')
-rw-r--r-- | src/zlib/inffast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zlib/inffast.h b/src/zlib/inffast.h index 1e88d2d..e5c1aa4 100644 --- a/src/zlib/inffast.h +++ b/src/zlib/inffast.h @@ -1,5 +1,5 @@ /* inffast.h -- header to use inffast.c - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -8,4 +8,4 @@ subject to change. Applications should only use zlib.h. */ -void inflate_fast OF((z_streamp strm, unsigned start)); +void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); |