Skip to content

Commit

Permalink
Fix issue 15802
Browse files Browse the repository at this point in the history
  • Loading branch information
kozak authored and Kozzi11 committed Mar 16, 2016
1 parent 443dab7 commit 323d60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cppmangle.d
Expand Up @@ -118,7 +118,7 @@ static if (TARGET_LINUX || TARGET_OSX || TARGET_FREEBSD || TARGET_OPENBSD || TAR
if (!skipname && !substitute(ti.tempdecl))
{
store(ti.tempdecl);
const(char)* name = ti.toAlias().ident.toChars();
const(char)* name = ti.tempdecl.ident.toChars();
buf.printf("%d%s", strlen(name), name);
}
buf.writeByte('I');
Expand Down

0 comments on commit 323d60c

Please sign in to comment.