* def.fullownerhierarchyname() already ends in a '.', so don't append another

one

git-svn-id: trunk@32783 -
This commit is contained in:
Jonas Maebe 2015-12-28 15:06:55 +00:00
parent 4643913d58
commit 015a864db1

View File

@ -129,7 +129,7 @@ implementation
begin
if not assigned(def.typesym) then
internalerror(2015041901);
result:='%"typ.'+def.fullownerhierarchyname+'.'+def.typesym.realname+'"'
result:='%"typ.'+def.fullownerhierarchyname+def.typesym.realname+'"'
end;