mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Descriptions might have forward slashes that AREN'T folder markers. Replace them with underscores.
This commit is contained in:
@@ -256,6 +256,7 @@ namespace SabreTools.Helper
|
|||||||
if (temptype == "software" && subreader.ReadToFollowing("description"))
|
if (temptype == "software" && subreader.ReadToFollowing("description"))
|
||||||
{
|
{
|
||||||
tempname = subreader.ReadElementContentAsString();
|
tempname = subreader.ReadElementContentAsString();
|
||||||
|
tempname = tempname.Replace('/', '_');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user