Преглед на файлове

* GetEpochTime (not used though it seems) should return time_t

florian преди 2 години
родител
ревизия
3cd2cbcda8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/unix/sysutils.pp

+ 1 - 1
rtl/unix/sysutils.pp

@@ -1410,7 +1410,7 @@ end;
 ****************************************************************************}
 
 
-Function GetEpochTime: cint;
+Function GetEpochTime: time_t;
 {
   Get the number of seconds since 00:00, January 1 1970, GMT
   the time NOT corrected any way