Static analysis fix (maybe?).

This commit is contained in:
Ryan C. Gordon 2017-07-17 12:41:28 -04:00
parent c375504463
commit f83e36a8be
1 changed files with 1 additions and 1 deletions

View File

@ -2905,7 +2905,7 @@ static SRes SzReadAndDecodePackedStreams(
CSzAr *p, CSzAr *p,
ISzAlloc *allocTemp) ISzAlloc *allocTemp)
{ {
UInt64 dataStartPos; UInt64 dataStartPos = 0;
UInt32 fo; UInt32 fo;
CSubStreamInfo ssi; CSubStreamInfo ssi;