Browse Source

Space

Source commit: cea4a5c5748570514cc659e139a5edaac34b529f
Martin Prikryl 6 năm trước cách đây
mục cha
commit
766fcaa6fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      source/packages/filemng/DirView.pas

+ 1 - 1
source/packages/filemng/DirView.pas

@@ -1758,7 +1758,7 @@ function TDirView.GetFileInfo(
 begin
   if TimeoutShellIconRetrieval then
   begin
-     Result := SHGetFileInfoWithTimeout(pszPath, dwFileAttributes, psfi, cbFileInfo, uFlags,MSecsPerSec div 4);
+     Result := SHGetFileInfoWithTimeout(pszPath, dwFileAttributes, psfi, cbFileInfo, uFlags, MSecsPerSec div 4);
   end
     else
   begin