Explorar el Código

xts_archive: Ensure NAX's type member is always initialized

Ensures that the member always has a deterministic value.
Lioncash hace 7 años
padre
commit
f272261c21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/file_sys/xts_archive.h

+ 1 - 1
src/core/file_sys/xts_archive.h

@@ -60,7 +60,7 @@ private:
 
     VirtualFile file;
     Loader::ResultStatus status;
-    NAXContentType type;
+    NAXContentType type{};
 
     VirtualFile dec_file;