mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 21:00:27 +02:00
* Fix compile error for i386-linux
This commit is contained in:
parent
0b5eaa50fb
commit
770c21c0dd
@ -612,7 +612,7 @@ begin
|
|||||||
flags:=0;
|
flags:=0;
|
||||||
if Not FollowLink then
|
if Not FollowLink then
|
||||||
Flags:=AT_SYMLINK_NOFOLLOW;
|
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
|
begin
|
||||||
DateTime.Data:=stx;
|
DateTime.Data:=stx;
|
||||||
Exit(True);
|
Exit(True);
|
||||||
|
Loading…
Reference in New Issue
Block a user