mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Parsing to actual class
This commit is contained in:
@@ -51,10 +51,10 @@ namespace RombaSharp.Features
|
||||
}
|
||||
|
||||
// Create the encapsulating datfile
|
||||
DatFile datfile = DatTool.CreateAndParse(olddat);
|
||||
DatFile datfile = Parser.CreateAndParse(olddat);
|
||||
|
||||
// Diff against the new datfile
|
||||
DatFile intDat = DatTool.CreateAndParse(newdat);
|
||||
DatFile intDat = Parser.CreateAndParse(newdat);
|
||||
DatTool.DiffAgainst(datfile, intDat, false);
|
||||
DatTool.Write(intDat, outdat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user