Explorar el Código

* Corrected fix for FileAge

git-svn-id: trunk@17224 -
michael hace 14 años
padre
commit
be484359b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}