mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtHelp: Cov 88724
This commit is contained in:
parent
d476596c82
commit
f896256ec9
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ static ilError ilDecompLZWExecute(
|
||||||
CARD32 bits;
|
CARD32 bits;
|
||||||
long k;
|
long k;
|
||||||
unsigned int code;
|
unsigned int code;
|
||||||
unsigned int oldCode;
|
unsigned int oldCode = 0;
|
||||||
unsigned int stringCount = 0;
|
unsigned int stringCount = 0;
|
||||||
ilError status = IL_OK;
|
ilError status = IL_OK;
|
||||||
ilPtr pString;
|
ilPtr pString;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue