Explorar el Código

* fix difference between intf and imp

peter hace 21 años
padre
commit
f831095743
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fcl/db/dbase/Dbf_Common.pas

+ 1 - 1
fcl/db/dbase/Dbf_Common.pas

@@ -417,7 +417,7 @@ end;
 
 {$else}
 
-function SwapInt(const Value: Integer): Integer;
+function SwapInt(const Value: Cardinal): Cardinal;
 begin
   PByteArray(@Result)[0] := PByteArray(@Value)[3];
   PByteArray(@Result)[1] := PByteArray(@Value)[2];