From 122fe646235067bae2a620f877a6d76af067d7f3 Mon Sep 17 00:00:00 2001 From: zakk Date: Fri, 2 Sep 2005 20:13:47 +0000 Subject: Cleanups from pomac! git-svn-id: svn://svn.icculus.org/quake3/trunk@67 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/unzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/unzip.c') diff --git a/code/qcommon/unzip.c b/code/qcommon/unzip.c index ed521ea..6522ec7 100644 --- a/code/qcommon/unzip.c +++ b/code/qcommon/unzip.c @@ -3034,7 +3034,7 @@ static int huft_build(uInt *b, uInt n, uInt s, const uInt *d, const uInt *e, inf uInt mask; /* (1 << w) - 1, to avoid cc -O bug on HP */ register uInt *p; /* pointer into c[], b[], or v[] */ inflate_huft *q; /* points to current table */ - struct inflate_huft_s r; /* table entry for structure assignment */ + struct inflate_huft_s r = {{{0, 0}}}; /* table entry for structure assignment */ inflate_huft *u[BMAX]; /* table stack */ register int w; /* bits before this table == (l * h) */ uInt x[BMAX+1]; /* bit offsets, then code stack */ -- cgit v1.2.3