浏览代码

Comment that the csIgnoreErrors is possible redundant to IgnoreErrors argument of the ProcessDirectory

Source commit: ba7502d93d4a5ffbfbe7d1b883c322a4f94940da
Martin Prikryl 9 年之前
父节点
当前提交
583e5699ef
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/Terminal.cpp

+ 1 - 0
source/core/Terminal.cpp

@@ -3686,6 +3686,7 @@ void __fastcall TTerminal::DoCalculateDirectorySize(const UnicodeString FileName
     }
     catch(Exception & E)
     {
+      // We can probably replace the csIgnoreErrors with IgnoreErrors argument of the ProcessDirectory
       if (!Active || ((Params->Params & csIgnoreErrors) == 0))
       {
         RetryLoop.Error(E, FMTLOAD(CALCULATE_SIZE_ERROR, (FileName)));