Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/FileManager/PanelSplitFile.cpp')
-rwxr-xr-x7zip/FileManager/PanelSplitFile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/7zip/FileManager/PanelSplitFile.cpp b/7zip/FileManager/PanelSplitFile.cpp
index d1d9f408..2449f45f 100755
--- a/7zip/FileManager/PanelSplitFile.cpp
+++ b/7zip/FileManager/PanelSplitFile.cpp
@@ -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)
{