mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
+1
-1
@@ -105,7 +105,7 @@ bool CLang::Open(LPCWSTR fileName)
|
||||
|
||||
int CLang::FindItem(UInt32 value) const
|
||||
{
|
||||
int left = 0, right = _langPairs.Size();
|
||||
int left = 0, right = _langPairs.Size();
|
||||
while (left != right)
|
||||
{
|
||||
UInt32 mid = (left + right) / 2;
|
||||
|
||||
Reference in New Issue
Block a user