4.43 beta

This commit is contained in:
Igor Pavlov
2006-09-15 00:00:00 +00:00
committed by Kornel Lesiński
parent 0ec42ff829
commit 804edc5756
391 changed files with 9725 additions and 3168 deletions

View File

@@ -285,7 +285,7 @@ STDMETHODIMP CMatchFinder::GetMatches(UInt32 *distances)
}
#endif
UInt32 count = _cutValue;
while(true)
for (;;)
{
if(curMatch <= matchMinPos || count-- == 0)
{
@@ -418,7 +418,7 @@ STDMETHODIMP CMatchFinder::Skip(UInt32 num)
UInt32 len0, len1;
len0 = len1 = kNumHashDirectBytes;
UInt32 count = _cutValue;
while(true)
for (;;)
{
if(curMatch <= matchMinPos || count-- == 0)
{