dbertoni    2004/10/24 11:38:08

  Modified:    c/src/xalanc/PlatformSupport XalanArrayAllocator.hpp
  Log:
  Fix for Jira XALANC-423.
  
  Revision  Changes    Path
  1.7       +1 -1      
xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp
  
  Index: XalanArrayAllocator.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanArrayAllocator.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XalanArrayAllocator.hpp   7 Sep 2004 21:52:11 -0000       1.6
  +++ XalanArrayAllocator.hpp   24 Oct 2004 18:38:08 -0000      1.7
  @@ -167,7 +167,7 @@
                ListEntryType&  theNewEntry = m_list.back();
   
                // Resize the vector to the appropriate size...
  -             theNewEntry.second.resize(theBlockSize, 
VectorType::value_type(0));
  +             theNewEntry.second.resize(theBlockSize, value_type());
   
                // Set the number of free spaces accordingly...
                theNewEntry.first = theBlockSize - theCount;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to