dbertoni 01/07/26 22:38:48
Modified: c/src/XSLT StylesheetRoot.cpp
Log:
Fixed warning on Tru64.
Revision Changes Path
1.51 +1 -1 xml-xalan/c/src/XSLT/StylesheetRoot.cpp
Index: StylesheetRoot.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetRoot.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- StylesheetRoot.cpp 2001/07/18 04:33:15 1.50
+++ StylesheetRoot.cpp 2001/07/27 05:38:48 1.51
@@ -213,7 +213,7 @@
{
rootRule = m_defaultRootRule;
}
- assert(rootRule);
+ assert(rootRule != 0);
executionContext.setStylesheetRoot(this);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]