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:
@@ -126,7 +126,8 @@ public sealed partial class Symbian
|
||||
for(var i = 0; i < sh.languages; i++)
|
||||
languages.Add(((LanguageCodes)br.ReadUInt16()).ToString("G"));
|
||||
|
||||
_files = new List<DecodedFileRecord>();
|
||||
_files = new List<DecodedFileRecord>();
|
||||
_conditions = new List<string>();
|
||||
|
||||
uint currentFile = 0;
|
||||
uint offset = sh.files_ptr;
|
||||
|
||||
Reference in New Issue
Block a user