Browse Source

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

Source commit: ba7502d93d4a5ffbfbe7d1b883c322a4f94940da
Martin Prikryl 9 years ago
parent
commit
583e5699ef
1 changed files with 1 additions and 0 deletions
  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)));