mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 16:07:09 -06:00
4.28 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d66cf2fcf3
commit
32c73adef4
@@ -532,7 +532,7 @@ bool CDropTarget::IsItSameDrive() const
|
||||
for (int i = 0; i < m_SourcePaths.Size(); i++)
|
||||
{
|
||||
const UString &path = m_SourcePaths[i];
|
||||
if (drive.CollateNoCase(path.Left(drive.Length())) != 0)
|
||||
if (drive.CompareNoCase(path.Left(drive.Length())) != 0)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user