1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

libDtHelp: Cov 88724

This commit is contained in:
Peter Howkins 2018-08-11 00:40:36 +01:00
parent d476596c82
commit f896256ec9

View file

@ -277,7 +277,7 @@ static ilError ilDecompLZWExecute(
CARD32 bits;
long k;
unsigned int code;
unsigned int oldCode;
unsigned int oldCode = 0;
unsigned int stringCount = 0;
ilError status = IL_OK;
ilPtr pString;