Static analysis fix (maybe?).
This commit is contained in:
parent
c375504463
commit
f83e36a8be
|
@ -2905,7 +2905,7 @@ static SRes SzReadAndDecodePackedStreams(
|
|||
CSzAr *p,
|
||||
ISzAlloc *allocTemp)
|
||||
{
|
||||
UInt64 dataStartPos;
|
||||
UInt64 dataStartPos = 0;
|
||||
UInt32 fo;
|
||||
CSubStreamInfo ssi;
|
||||
|
||||
|
|
Loading…
Reference in New Issue