mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 06:11:32 -06:00
21.02
This commit is contained in:
@@ -26,8 +26,8 @@ bool AutoRenamePath(FString &path)
|
||||
FString extension;
|
||||
if (dotPos > slashPos + 1)
|
||||
{
|
||||
name.DeleteFrom(dotPos);
|
||||
extension = path.Ptr(dotPos);
|
||||
name.DeleteFrom((unsigned)dotPos);
|
||||
extension = path.Ptr((unsigned)dotPos);
|
||||
}
|
||||
name += '_';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user