소스 검색

* fix difference between intf and imp

peter 21 년 전
부모
커밋
f831095743
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];