* Fix compile error for i386-linux

This commit is contained in:
Michaël Van Canneyt 2023-01-21 20:21:29 +01:00
parent 0b5eaa50fb
commit 770c21c0dd

View File

@ -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);