Browse Source

* Merging revisions r46283 from trunk:
------------------------------------------------------------------------
r46283 | michael | 2020-08-06 09:26:47 +0200 (Thu, 06 Aug 2020) | 1 line

* Fix writing array types
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46609 -

michael 5 years ago
parent
commit
ef2b7d9f99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-passrc/src/pastree.pp

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

@@ -4184,7 +4184,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+']';