dbertoni 2002/11/08 16:40:25
Modified: c/src/XalanSourceTree XalanSourceTreeDocument.cpp
Log:
Added missing assertion.
Revision Changes Path
1.32 +1 -0 xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.cpp
Index: XalanSourceTreeDocument.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanSourceTree/XalanSourceTreeDocument.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- XalanSourceTreeDocument.cpp 7 Nov 2002 00:54:20 -0000 1.31
+++ XalanSourceTreeDocument.cpp 9 Nov 2002 00:40:25 -0000 1.32
@@ -1324,6 +1324,7 @@
const XalanDOMChar* const theURI =
theAttributes.getURI(i);
+ assert(theURI != 0);
if (length(theURI) == 0)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]