Selaa lähdekoodia

Fixing 6c6f5ed1 for the master branch

Source commit: a01fdd98af367fb9e8a1e22520181ad646a73e26
Martin Prikryl 4 vuotta sitten
vanhempi
sitoutus
df1ebf1d58
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
       {