mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 22:06:59 -06:00
16.00
This commit is contained in:
committed by
Kornel Lesiński
parent
c20d013055
commit
66ac98bb02
@@ -295,7 +295,7 @@ static bool IsItArcExt(const UString &ext)
|
||||
return false;
|
||||
}
|
||||
|
||||
static UString GetSubFolderNameForExtract(const UString &arcName)
|
||||
UString GetSubFolderNameForExtract(const UString &arcName)
|
||||
{
|
||||
int dotPos = arcName.ReverseFind_Dot();
|
||||
if (dotPos < 0)
|
||||
|
||||
Reference in New Issue
Block a user