mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix copy-paste error
This commit is contained in:
@@ -90,7 +90,7 @@ namespace SabreTools.DatTools
|
|||||||
string outfile = outfiles[datFormat];
|
string outfile = outfiles[datFormat];
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
DatFile writingDatFile = DatFileTool.CreateDatFile(currentPathFormat, datFile, quotes);
|
DatFile writingDatFile = DatFileTool.CreateDatFile(datFormat, datFile, quotes);
|
||||||
writingDatFile.WriteToFile(outfile, ignoreblanks, throwOnError);
|
writingDatFile.WriteToFile(outfile, ignoreblanks, throwOnError);
|
||||||
}
|
}
|
||||||
catch (Exception ex) when (!throwOnError)
|
catch (Exception ex) when (!throwOnError)
|
||||||
|
|||||||
Reference in New Issue
Block a user