Sfoglia il codice sorgente

* Fixed bug where read-only property was read wrongly

git-svn-id: trunk@7283 -
michael 18 anni fa
parent
commit
7a89280631
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      packages/fcl-passrc/src/pparser.pp

+ 2 - 2
packages/fcl-passrc/src/pparser.pp

@@ -1583,8 +1583,8 @@ procedure TPasParser.ParseProperty(Element:TPasElement);
       Result := Result + ']';
     end else 
       UngetToken;
-    MaybeReadFullyQualifiedIdentifier(Result);  
-//    writeln(Result);
+    //MaybeReadFullyQualifiedIdentifier(Result);  
+    writeln(Result);
   end;
 
 begin