mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make it compile
This commit is contained in:
@@ -5314,7 +5314,7 @@ namespace SabreTools.Helper.Dats
|
||||
// Now set the new output values
|
||||
tempDat.FileName = HttpUtility.HtmlDecode(String.IsNullOrEmpty(tempDat.Name)
|
||||
? FileName
|
||||
: tempDat.Name.Replace("/", " - ").Replace("\\", " - "), " - "));
|
||||
: tempDat.Name.Replace("/", " - ").Replace("\\", " - "));
|
||||
tempDat.Description += " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")";
|
||||
tempDat.Name = Name + " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")";
|
||||
tempDat.Type = null;
|
||||
|
||||
Reference in New Issue
Block a user