Browse Source

Fixing compile error caused by 29ff9efc

Source commit: c4ab8bf9f8d7134a43a89773b5bebbeae4184d9a
Martin Prikryl 4 years ago
parent
commit
64129eba53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/FtpFileSystem.cpp

+ 1 - 1
source/core/FtpFileSystem.cpp

@@ -2446,7 +2446,7 @@ void __fastcall TFTPFileSystem::ReadFile(const UnicodeString FileName,
 
         AFile = FFileListCache->FindFile(NameOnly);
       }
-      VmsAllRevisionsFlag.Release();
+      VMSAllRevisionsFlag.Release();
 
       if (AFile != NULL)
       {