Browse Source

Comment to ecdcc5ff

Source commit: 1d9b04fc0ca1c4d417c61885b4eac0b75e1e46f3
Martin Prikryl 4 years ago
parent
commit
73a0ac1ef3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/core/FileOperationProgress.cpp

+ 1 - 0
source/core/FileOperationProgress.cpp

@@ -818,6 +818,7 @@ bool TFileOperationProgressType::IsTransferDoneChecked()
   return IsTransferDone();
 }
 //---------------------------------------------------------------------------
+// Note that this does not work correctly, if the file is larger than expected (at least with the FTP protocol)
 bool TFileOperationProgressType::IsTransferDone()
 {
   return (TransferredSize == TransferSize);