dbertoni 2003/07/10 14:39:21
Modified: c/src/xalanc/XalanSourceTree FormatterToSourceTree.cpp
Log:
Fixed glitch where parent node wasn't always set.
Revision Changes Path
1.2 +2 -0
xml-xalan/c/src/xalanc/XalanSourceTree/FormatterToSourceTree.cpp
Index: FormatterToSourceTree.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/FormatterToSourceTree.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- FormatterToSourceTree.cpp 29 Jun 2003 03:58:21 -0000 1.1
+++ FormatterToSourceTree.cpp 10 Jul 2003 21:39:21 -0000 1.2
@@ -196,6 +196,8 @@
else
{
XalanSourceTreeHelper::appendSibling(theLastChild, theNewChild);
+
+ theNewChild->setParent(theParent);
}
theLastChild = theNewChild;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]