mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Remove "remove" to remove removals
This commit is contained in:
@@ -5826,7 +5826,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
|
|
||||||
DatFile lastdirdat = new DatFile
|
DatFile lastdirdat = new DatFile
|
||||||
{
|
{
|
||||||
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1))),
|
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir),
|
||||||
_datStats = dirStats,
|
_datStats = dirStats,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -5878,7 +5878,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
{
|
{
|
||||||
DatFile dirdat = new DatFile
|
DatFile dirdat = new DatFile
|
||||||
{
|
{
|
||||||
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir.Remove(0, basepath.Length + (basepath.Length == 0 ? 0 : 1))),
|
FileName = "DIR: " + HttpUtility.HtmlEncode(lastdir),
|
||||||
_datStats = dirStats,
|
_datStats = dirStats,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user