소스 검색

GetLocalTimeOffset - fix overload call

git-svn-id: trunk@47289 -
(cherry picked from commit e10ee5ccb4febf9787280ccb1bd3026e804373e9)
ondrej 4 년 전
부모
커밋
e62556e7f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/sysutils/dati.inc

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

@@ -1531,5 +1531,5 @@ end;
 function GetLocalTimeOffset(const DateTime: TDateTime): Integer;
 begin
   if not GetLocalTimeOffset(DateTime, Result) then
-    Result:=GetLocalTimeOffset;
+    Result:=GetLocalTimeOffset();
 end;