dbertoni 01/09/12 10:48:03 Modified: c/src/XSLT XSLTEngineImpl.cpp Log: Check for null pointer. Revision Changes Path 1.116 +1 -1 xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp Index: XSLTEngineImpl.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- XSLTEngineImpl.cpp 2001/08/28 15:34:52 1.115 +++ XSLTEngineImpl.cpp 2001/09/12 17:48:03 1.116 @@ -1309,7 +1309,7 @@ const Locator* locator = getLocatorFromStack(); - if (locator == 0) + if (locator == 0 && styleNode != 0) { locator = styleNode->getLocator(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni
- cvs commit: xml-xalan/c/src/XSLT XSLTEngineImpl.cpp dbertoni