Skip to content

Commit

Permalink
fix accidently reverted code
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 5, 2013
1 parent 94c2902 commit 5fc2aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libycp/src/YExpression.cc
Expand Up @@ -1947,7 +1947,7 @@ YEBuiltin::toStream (std::ostream & str) const
std::ostream &
YEBuiltin::toXml( std::ostream & str, int indent ) const
{
str << "<builtin name=\"" << m_decl->name << "\"";
str << "<builtin name=\"" << StaticDeclaration::Decl2String(m_decl) << "\"";

if (m_parameterblock != 0)
{
Expand Down

0 comments on commit 5fc2aa0

Please sign in to comment.