You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@apache.org on 2001/04/17 16:44:05 UTC

cvs commit: xml-xalan/c/src/PlatformSupport AttributeVectorEntryExtended.hpp

auriemma    01/04/17 07:44:05

  Modified:    c/src/PlatformSupport AttributeVectorEntryExtended.hpp
  Log:
  Error compiling on AIX.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp
  
  Index: AttributeVectorEntryExtended.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/AttributeVectorEntryExtended.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttributeVectorEntryExtended.hpp	2001/03/29 22:09:44	1.1
  +++ AttributeVectorEntryExtended.hpp	2001/04/17 14:44:03	1.2
  @@ -101,8 +101,8 @@
   			const XMLCh*	theValue,
   			const XMLCh*	theType) :
   		AttributeVectorEntry(theName, theValue, theType),
  -		m_uri(0),
  -		m_localName(0)
  +		m_uri(),
  +		m_localName()
   	{
   	}
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org