浏览代码

* 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}