[Symbian Installation File] Fix missing options list.

This commit is contained in:
2023-10-26 09:20:17 +01:00
parent bd273da160
commit 520eb54a21

View File

@@ -128,6 +128,7 @@ public sealed partial class Symbian
_files = new List<DecodedFileRecord>(); _files = new List<DecodedFileRecord>();
_conditions = new List<string>(); _conditions = new List<string>();
_options = new List<OptionRecord>();
uint currentFile = 0; uint currentFile = 0;
uint offset = sh.files_ptr; uint offset = sh.files_ptr;