Переглянути джерело

GetLocalTimeOffset - fix overload call

git-svn-id: trunk@47289 -
ondrej 5 роки тому
батько
коміт
e10ee5ccb4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      rtl/objpas/sysutils/dati.inc

+ 1 - 1
rtl/objpas/sysutils/dati.inc

@@ -1534,7 +1534,7 @@ end;
 function GetLocalTimeOffset(const DateTime: TDateTime): Integer;
 function GetLocalTimeOffset(const DateTime: TDateTime): Integer;
 begin
 begin
   if not GetLocalTimeOffset(DateTime, Result) then
   if not GetLocalTimeOffset(DateTime, Result) then
-    Result:=GetLocalTimeOffset;
+    Result:=GetLocalTimeOffset();
 end;
 end;
 
 
 { Conversion of UTC to local time and vice versa }
 { Conversion of UTC to local time and vice versa }