Improper assert statement in FormatterToXML::accumCharUTF
---------------------------------------------------------
Key: XALANC-545
URL: http://issues.apache.org/jira/browse/XALANC-545
Project: XalanC
Type: Bug
Components: XalanC
Versions: 1.7
Environment: N/A
Reporter: Chris Butt
Priority: Trivial
The assert statement :
assert(m_stream != 0);
is not needed in this function since m_stream is never used. This is not an
issue for release builds only debug builds.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]