mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Trim the name, it causes issues
This commit is contained in:
@@ -350,8 +350,8 @@ Make a selection:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
path += Path.DirectorySeparatorChar + system;
|
path += Path.DirectorySeparatorChar + system.Trim();
|
||||||
name = system;
|
name = system.Trim();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user