mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Symbian Installation File] Fix conditions not being initialized on Open().
This commit is contained in:
@@ -127,6 +127,7 @@ public sealed partial class Symbian
|
|||||||
languages.Add(((LanguageCodes)br.ReadUInt16()).ToString("G"));
|
languages.Add(((LanguageCodes)br.ReadUInt16()).ToString("G"));
|
||||||
|
|
||||||
_files = new List<DecodedFileRecord>();
|
_files = new List<DecodedFileRecord>();
|
||||||
|
_conditions = new List<string>();
|
||||||
|
|
||||||
uint currentFile = 0;
|
uint currentFile = 0;
|
||||||
uint offset = sh.files_ptr;
|
uint offset = sh.files_ptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user