|
@@ -689,7 +689,7 @@ begin
|
|
if I >= 0 then
|
|
if I >= 0 then
|
|
Result := InternalItems[I]+FKeySize
|
|
Result := InternalItems[I]+FKeySize
|
|
else
|
|
else
|
|
- Error(SMapKeyError, PtrInt(AKey));
|
|
|
|
|
|
+ Error(SMapKeyError, PtrUInt(AKey));
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure TFPSMap.InitOnPtrCompare;
|
|
procedure TFPSMap.InitOnPtrCompare;
|