[DatFile] Make it compile

This commit is contained in:
Matt Nadareski
2016-10-30 23:48:02 -07:00
parent 235ea84334
commit 6a5dbc62f1

View File

@@ -5314,7 +5314,7 @@ namespace SabreTools.Helper.Dats
// Now set the new output values // Now set the new output values
tempDat.FileName = HttpUtility.HtmlDecode(String.IsNullOrEmpty(tempDat.Name) tempDat.FileName = HttpUtility.HtmlDecode(String.IsNullOrEmpty(tempDat.Name)
? FileName ? FileName
: tempDat.Name.Replace("/", " - ").Replace("\\", " - "), " - ")); : tempDat.Name.Replace("/", " - ").Replace("\\", " - "));
tempDat.Description += " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")"; tempDat.Description += " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")";
tempDat.Name = Name + " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")"; tempDat.Name = Name + " (" + tempDat.Name.Replace("/", " - ").Replace("\\", " - ") + ")";
tempDat.Type = null; tempDat.Type = null;