mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 18:31:53 +02:00
Fixes merged
This commit is contained in:
parent
044e307ab3
commit
7a3c837c33
@ -938,6 +938,7 @@ begin
|
||||
FPropName := DotPos;
|
||||
break;
|
||||
end;
|
||||
DotPos := NextPos + 1;
|
||||
|
||||
PropInfo := GetPropInfo(Instance.ClassInfo, FPropName);
|
||||
if not Assigned(PropInfo) then
|
||||
@ -1277,7 +1278,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2000-12-21 09:08:09 sg
|
||||
Revision 1.4 2001-03-08 19:32:22 michael
|
||||
Fixes merged
|
||||
|
||||
Revision 1.3 2000/12/21 09:08:09 sg
|
||||
* Applied bugfixes by Mattias Gaertner for TBinaryObjectReader.ReadSet
|
||||
(uninitialized result and missing bit shifting) and
|
||||
TReader.ReadRootComponent (finding an unique component name)
|
||||
|
Loading…
Reference in New Issue
Block a user