From f83109574348436786d314ed7f7bfac3e56a05d1 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 11 Jul 2004 18:58:44 +0000 Subject: [PATCH] * fix difference between intf and imp --- fcl/db/dbase/Dbf_Common.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/db/dbase/Dbf_Common.pas b/fcl/db/dbase/Dbf_Common.pas index 66046493c9..916eb3aab5 100644 --- a/fcl/db/dbase/Dbf_Common.pas +++ b/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];