1
0
Эх сурвалжийг харах

Typo in comment

Source commit: efde3e1ff328a052375a9f928a3b878ede9a645f
Martin Prikryl 7 жил өмнө
parent
commit
627912b90a

+ 1 - 1
source/core/Common.cpp

@@ -1456,7 +1456,7 @@ int __fastcall FileGetAttrFix(const UnicodeString FileName)
   bool FollowLink = true;
   bool FollowLink = true;
   // WORKAROUND:
   // WORKAROUND:
   // But the FileGetAttr when called for link with FollowLink set will always fail
   // But the FileGetAttr when called for link with FollowLink set will always fail
-  // as its calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
+  // as it calls InternalGetFileNameFromSymLink, which test for CheckWin32Version(6, 0)
   if (!IsWinVista())
   if (!IsWinVista())
   {
   {
     FollowLink = false;
     FollowLink = false;