소스 검색

* Fix compile error for i386-linux

(cherry picked from commit 770c21c0ddcc948a6f84349a0c6b47c72c5b239c)
Michaël Van Canneyt 2 년 전
부모
커밋
81b2bc87f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

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