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

@@ -122,7 +122,7 @@ struct CThreadSplit
int volIndex = 0;
while(true)
for (;;)
{
UInt64 volSize;
if (volIndex < VolumeSizes.Size())
@@ -298,7 +298,7 @@ struct CThreadCombine
UString nextName = InputDirPrefix + FirstVolumeName;
UInt64 totalSize = 0;
while (true)
for (;;)
{
NFile::NFind::CFileInfoW fileInfo;
if (!NFile::NFind::FindFile(nextName, fileInfo))
@@ -337,7 +337,7 @@ struct CThreadCombine
UInt64 pos = 0;
nextName = InputDirPrefix + FirstVolumeName;
bool needOpen = true;
while(true)
for (;;)
{
if (needOpen)
{