mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 20:19:33 +02:00
* fixed error due to {$t+} change
git-svn-id: trunk@4805 -
This commit is contained in:
parent
9bf55e1111
commit
7b9bccf339
@ -614,7 +614,7 @@ begin
|
|||||||
repeat
|
repeat
|
||||||
TD:=GetTypeData(TypeInfo);
|
TD:=GetTypeData(TypeInfo);
|
||||||
// published properties count for this object
|
// published properties count for this object
|
||||||
TP:=aligntoptr(PPropInfo(aligntoptr((@TD^.UnitName+Length(TD^.UnitName)+1))));
|
TP:=aligntoptr(PPropInfo(aligntoptr((Pointer(@TD^.UnitName)+Length(TD^.UnitName)+1))));
|
||||||
Count:=PWord(TP)^;
|
Count:=PWord(TP)^;
|
||||||
// Now point TP to first propinfo record.
|
// Now point TP to first propinfo record.
|
||||||
Inc(Pointer(TP),SizeOF(Word));
|
Inc(Pointer(TP),SizeOF(Word));
|
||||||
|
Loading…
Reference in New Issue
Block a user