2
0
Эх сурвалжийг харах

FIX: ARM64 unix time type

Alexander Koblov 4 жил өмнө
parent
commit
4ccca241e2

+ 1 - 1
components/doublecmd/dcunix.pas

@@ -48,7 +48,7 @@ const
 
 type
 {$IF DEFINED(LINUX)}
-  TUnixTime = UIntPtr;
+  TUnixTime = {$IFDEF CPUAARCH64}Int64{$ELSE}UIntPtr{$ENDIF};
   TUnixMode = Cardinal;
 {$ELSE}
   TUnixTime = TTime;