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;
|
||||
}
|
||||
|
||||
path += Path.DirectorySeparatorChar + system;
|
||||
name = system;
|
||||
path += Path.DirectorySeparatorChar + system.Trim();
|
||||
name = system.Trim();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user