[yast-commit] r39227 - /trunk/core/libycp/src/YCPTerm.cc
Author: kkaempf Date: Fri Jul 6 22:28:07 2007 New Revision: 39227 URL: http://svn.opensuse.org/viewcvs/yast?rev=39227&view=rev Log: handle as <const type="term" ... Modified: trunk/core/libycp/src/YCPTerm.cc Modified: trunk/core/libycp/src/YCPTerm.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libycp/src/YCPTerm.cc?rev=39... ============================================================================== --- trunk/core/libycp/src/YCPTerm.cc (original) +++ trunk/core/libycp/src/YCPTerm.cc Fri Jul 6 22:28:07 2007 @@ -167,7 +167,7 @@ std::ostream & YCPTermRep::toXml (std::ostream & str, int indent ) const { - str << "<term name=\"" << s << "\">"; + str << "<const type=\"term\" name=\"" << s << "\">"; l->toXml( str, indent ); return str << "</term>"; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
kkaempf@svn.opensuse.org