Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#ifdef static buffer only used with zlib.
  • Loading branch information
icculus committed Jun 16, 2004
1 parent 1fb0169 commit 8375b9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mojopatch.c
Expand Up @@ -191,8 +191,10 @@ static int ignorecount = 0;
static unsigned int maxxdeltamem = 128; /* in megabytes. */

static unsigned char iobuf[512 * 1024];
static unsigned char compbuf[520 * 1024];

#if USE_ZLIB
static unsigned char compbuf[520 * 1024];
#endif

static int serialize(SerialArchive *ar, void *val, size_t size)
{
Expand Down

0 comments on commit 8375b9f

Please sign in to comment.