Skip to content
Snippets Groups Projects
Commit f272261c authored by Lioncash's avatar Lioncash
Browse files

xts_archive: Ensure NAX's type member is always initialized

Ensures that the member always has a deterministic value.
parent 92a98a8b
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ private: ...@@ -60,7 +60,7 @@ private:
VirtualFile file; VirtualFile file;
Loader::ResultStatus status; Loader::ResultStatus status;
NAXContentType type; NAXContentType type{};
VirtualFile dec_file; VirtualFile dec_file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment