fix compile in for AMD64 - fix from Ivah Shihalev

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@689 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-01-29 16:09:23 +00:00
parent 7e67d5e83e
commit 52673c6b80

View File

@ -923,7 +923,7 @@ begin
begin
F:=FLookupDataLink.DataSet.FieldByName(FFieldList[i]);
k:=FValuesList.Add(F.DisplayText);
FValuesList.Objects[k]:=TObject(F.DisplayWidth);
FValuesList.Objects[k]:=TObject(PtrInt(F.DisplayWidth));
end;
end;
end;