Make valgrind happy.

This commit is contained in:
Andy McFadden 2003-02-09 01:29:31 +00:00
parent ba99fa7372
commit 9a255d521e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Nu_CompressToArchive(NuArchive* pArchive, NuDataSource* pDataSource,
long origOffset;
NuStraw* pStraw = nil;
NuDataSink* pDataSink = nil;
ulong srcLen, dstLen;
ulong srcLen = 0, dstLen = 0;
ushort threadCrc;
Assert(pArchive != nil);