2
0
Эх сурвалжийг харах

* Fix writing array types

git-svn-id: trunk@46283 -
michael 5 жил өмнө
parent
commit
10c4e3f6fc

+ 1 - 1
packages/fcl-passrc/src/pastree.pp

@@ -4242,7 +4242,7 @@ begin
     if GenericTemplateTypes<>nil then
       Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
     else
-      Result:=Result+' = '+Result;
+      Result:=SafeName+' = '+Result;
     end;
   If (IndexRange<>'') then
     Result:=Result+'['+IndexRange+']';