Browse Source

Fixes merged

michael 24 years ago
parent
commit
7a3c837c33
1 changed files with 5 additions and 1 deletions
  1. 5 1
      fcl/inc/reader.inc

+ 5 - 1
fcl/inc/reader.inc

@@ -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)