From adf722453879bb93e708d0501a192d00b629fadf Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Wed, 2 Feb 2011 17:55:04 +0000 Subject: Fix red. Replace remaining MEM's mit MEMORYSIZE. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29190 a1c6a512-1295-4272-9138-f99709370657 --- utils/zenutils/libraries/zlib123/zlib/inflate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/zenutils/libraries') diff --git a/utils/zenutils/libraries/zlib123/zlib/inflate.c b/utils/zenutils/libraries/zlib123/zlib/inflate.c index 792fdee..c3e6068 100644 --- a/utils/zenutils/libraries/zlib123/zlib/inflate.c +++ b/utils/zenutils/libraries/zlib123/zlib/inflate.c @@ -1134,7 +1134,7 @@ int flush; RESTORE(); if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) if (updatewindow(strm, out)) { - state->mode = MEM; + state->mode = MEMORYSIZE; return Z_MEM_ERROR; } in -= strm->avail_in; @@ -1190,7 +1190,7 @@ uInt dictLength; /* copy dictionary to window */ if (updatewindow(strm, strm->avail_out)) { - state->mode = MEM; + state->mode = MEMORYSIZE; return Z_MEM_ERROR; } if (dictLength > state->wsize) { -- cgit v1.1