mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Small unicode fix.
This commit is contained in:
parent
a614433f98
commit
711cfd65aa
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ begin
|
|||
begin
|
||||
sName:= sFileName;
|
||||
sExt := ExtractFileExt(sFileName);
|
||||
iMode := FileGetAttr(sFileName);
|
||||
iMode := mbFileGetAttr(sFileName);
|
||||
bLinkIsDir := (FPS_ISLNK(iMode) and FPS_ISDIR(iMode));
|
||||
end;
|
||||
iIndex := PixMapManager.GetIconByFile(pfri, pmDirectory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue