Просмотр исходного кода

Indentation

Source commit: 22ec7577a3991c09782813017d7a90500bf2a744
Martin Prikryl 3 лет назад
Родитель
Сommit
52a5598429
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      source/filezilla/FtpControlSocket.cpp

+ 2 - 2
source/filezilla/FtpControlSocket.cpp

@@ -3604,8 +3604,8 @@ void CFtpControlSocket::FileTransfer(t_transferfile *transferfile/*=0*/,BOOL bFi
             {
               if (m_pDirectoryListing->direntry[i].name==remotefile)
               {
-                  pData->hasRemoteDate = true;
-                  pData->remoteDate = m_pDirectoryListing->direntry[i].date;
+                pData->hasRemoteDate = true;
+                pData->remoteDate = m_pDirectoryListing->direntry[i].date;
                 pData->transferdata.transfersize=m_pDirectoryListing->direntry[i].size;
               }
             }