Browse Source

Fixing 6c6f5ed1 for the master branch

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

+ 1 - 1
source/core/FtpFileSystem.cpp

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