Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Static analysis fix (maybe?).
  • Loading branch information
icculus committed Jul 17, 2017
1 parent c375504 commit f83e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs_lzmasdk.h
Expand Up @@ -2905,7 +2905,7 @@ static SRes SzReadAndDecodePackedStreams(
CSzAr *p,
ISzAlloc *allocTemp)
{
UInt64 dataStartPos;
UInt64 dataStartPos = 0;
UInt32 fo;
CSubStreamInfo ssi;

Expand Down

0 comments on commit f83e36a

Please sign in to comment.