Join Settings: escape ":" with splitting file
This commit is contained in:
parent
c014da7626
commit
56ccef8ee0
|
@ -85,6 +85,7 @@ void SplitFile(const char * FileName, const char * Target)
|
|||
}
|
||||
Name.Replace("\\", "-");
|
||||
Name.Replace("/", "-");
|
||||
Name.Replace(":", " -");
|
||||
if (Name.length() == 0)
|
||||
{
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue