mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[OfflineList, SabreDat, SoftwareList] Fix incorrect logic
This commit is contained in:
@@ -60,7 +60,7 @@ namespace SabreTools.Library.DatFiles
|
||||
bool remUnicode)
|
||||
{
|
||||
// All XML-derived DATs share a lot in common so it just calls one implementation
|
||||
(this as DatFile as Logiqx).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
|
||||
new Logiqx(this).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user