mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[OfflineList, SabreDat] Add full parsing code as placeholder
This commit is contained in:
@@ -60,7 +60,7 @@ namespace SabreTools.Library.DatFiles
|
||||
// All XML-derived DATs share a lot in common so it just calls one implementation
|
||||
// TODO: Use the following implementation instead of passing to Logiqx
|
||||
new Logiqx(this, false).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
|
||||
return;
|
||||
return;
|
||||
|
||||
// Prepare all internal variables
|
||||
Encoding enc = Utilities.GetEncoding(filename);
|
||||
|
||||
Reference in New Issue
Block a user