mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix verify writing
This commit is contained in:
@@ -4694,6 +4694,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
FileName = "fixDAT_" + FileName;
|
FileName = "fixDAT_" + FileName;
|
||||||
Name = "fixDAT_" + Name;
|
Name = "fixDAT_" + Name;
|
||||||
Description = "fixDAT_" + Description;
|
Description = "fixDAT_" + Description;
|
||||||
|
RemoveMarkedItems();
|
||||||
Write();
|
Write();
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
@@ -4770,6 +4771,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now output the fixdat to the main folder
|
// Now output the fixdat to the main folder
|
||||||
|
RemoveMarkedItems();
|
||||||
success &= matched.Write(stats: true);
|
success &= matched.Write(stats: true);
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
|
|||||||
Reference in New Issue
Block a user