소스 검색

* Corrected fix for FileAge

git-svn-id: trunk@17224 -
michael 14 년 전
부모
커밋
be484359b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -526,7 +526,7 @@ Var Info : Stat;
 begin
   If  (fpstat (pointer(FileName),Info)<0) or fpS_ISDIR(info.st_mode) then
     exit(-1)
-  else if 
+  else 
     Result:=UnixToWinAge(info.st_mtime);
 end;
 {$endif}