Skip to content

Commit

Permalink
Merge pull request #11 from yast/namespace_builtin_XML
Browse files Browse the repository at this point in the history
Add namespace to builtin in XML
  • Loading branch information
tgoettlicher committed Feb 11, 2013
2 parents cd6d3d1 + 5a07ea4 commit 86e68b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libycp/src/YExpression.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,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 86e68b9

Please sign in to comment.