You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2001/08/07 17:21:20 UTC

cvs commit: xml-xerces/c/src/validators/common ContentLeafNameTypeVector.hpp

knoaman     01/08/07 08:21:20

  Modified:    c/src/validators/common ContentLeafNameTypeVector.hpp
  Log:
  The value of 'fLeafCount' was not set.
  
  Revision  Changes    Path
  1.4       +4 -0      xml-xerces/c/src/validators/common/ContentLeafNameTypeVector.hpp
  
  Index: ContentLeafNameTypeVector.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/common/ContentLeafNameTypeVector.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContentLeafNameTypeVector.hpp	2001/05/11 13:27:17	1.3
  +++ ContentLeafNameTypeVector.hpp	2001/08/07 15:21:20	1.4
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: ContentLeafNameTypeVector.hpp,v $
  + * Revision 1.4  2001/08/07 15:21:20  knoaman
  + * The value of 'fLeafCount' was not set.
  + *
    * Revision 1.3  2001/05/11 13:27:17  tng
    * Copyright update.
    *
  @@ -151,6 +154,7 @@
   {
   	fLeafNames = new QName*[size];
   	fLeafTypes = new ContentSpecNode::NodeTypes [size];
  +	fLeafCount = size;
   }
   
   #endif
  
  
  

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