Explorar o código

Static analysis fix (maybe?).

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
f83e36a8be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/physfs_lzmasdk.h

+ 1 - 1
src/physfs_lzmasdk.h

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