mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 00:11:37 -06:00
4.28 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d66cf2fcf3
commit
32c73adef4
@@ -419,7 +419,7 @@ void AddUniqueStringToHeadOfList(UStringVector &list,
|
||||
const UString &string)
|
||||
{
|
||||
for(int i = 0; i < list.Size();)
|
||||
if (string.CollateNoCase(list[i]) == 0)
|
||||
if (string.CompareNoCase(list[i]) == 0)
|
||||
list.Delete(i);
|
||||
else
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user