mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Compiling for 64-bit.
This commit is contained in:
parent
43c921d76b
commit
bf41c519ff
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ begin
|
|||
for I:= Low(IconExtensionList) to High(IconExtensionList) do
|
||||
if IconExtensionList[I] = FoundExt then
|
||||
begin
|
||||
DirList.Add(FoundName, TObject(I));
|
||||
DirList.Add(FoundName, Pointer(PtrInt(I)));
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue