Index: src/libchcore/TTask.cpp =================================================================== diff -u -N -re8f31b0f922b402878356e130c866c4f3682a7f5 -rbe569bc86280887eeebb8d3e9489f6fc17c570e6 --- src/libchcore/TTask.cpp (.../TTask.cpp) (revision e8f31b0f922b402878356e130c866c4f3682a7f5) +++ src/libchcore/TTask.cpp (.../TTask.cpp) (revision be569bc86280887eeebb8d3e9489f6fc17c570e6) @@ -528,15 +528,11 @@ HANDLE hThread = GetCurrentThread(); ::SetThreadPriorityBoost(hThread, GetTaskPropValue(m_tConfiguration)); - // determine when to scan directories - bool bReadTasksSize = GetTaskPropValue(m_tConfiguration); - // initialize subtask array m_tSubTasksArray.InitBeforeExec(); - // exec the estimation subtasks - if (bReadTasksSize) - eResult = m_tSubTasksArray.Execute(spFeedbackHandler, true); + // exec the estimation subtasks + eResult = m_tSubTasksArray.Execute(spFeedbackHandler, true); // go into wait state only in case the preprocessing did not finish the operation already // (only fast move can do that right now)