mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-28 13:47:21 +01:00
* Fix compile error for i386-linux
(cherry picked from commit 770c21c0dd)
This commit is contained in:
parent
a7e6fa6bcf
commit
81b2bc87f4
@ -612,7 +612,7 @@ begin
|
||||
flags:=0;
|
||||
if Not FollowLink then
|
||||
Flags:=AT_SYMLINK_NOFOLLOW;
|
||||
if (statx(AT_FDCWD,PAnsiChar(FN),FLags,STATXMASK, stx)>=0 then
|
||||
if (statx(AT_FDCWD,PAnsiChar(FN),FLags,STATXMASK, stx)>=0) then
|
||||
begin
|
||||
DateTime.Data:=stx;
|
||||
Exit(True);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user