mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
4.60 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
173c07e166
commit
c10e6b16f6
@@ -74,7 +74,7 @@ HRESULT OpenFileFolderPlugin(
|
||||
NFile::NName::SplitNameToPureNameAndExtension(name, pureName, dot, extension);
|
||||
|
||||
|
||||
int slashPos = path.ReverseFind(L'\\');
|
||||
int slashPos = path.ReverseFind(WCHAR_PATH_SEPARATOR);
|
||||
UString dirPrefix;
|
||||
UString fileName;
|
||||
if (slashPos >= 0)
|
||||
|
||||
Reference in New Issue
Block a user