mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* Fix compile error for i386-linux
This commit is contained in:
parent
0b5eaa50fb
commit
770c21c0dd
@ -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