mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make warning more accurate
This commit is contained in:
@@ -2969,7 +2969,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
// If the name ends with a directory separator, we log and skip it (DOSCenter only?)
|
// If the name ends with a directory separator, we log and skip it (DOSCenter only?)
|
||||||
if (item.Name.EndsWith("/") || item.Name.EndsWith("\\"))
|
if (item.Name.EndsWith("/") || item.Name.EndsWith("\\"))
|
||||||
{
|
{
|
||||||
Globals.Logger.Warning("Rom with directory separator found: '" + item.Name + "'. Skipping...");
|
Globals.Logger.Warning("Rom ending with directory separator found: '" + item.Name + "'. Skipping...");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user