You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/12/28 14:15:58 UTC

svn commit: r359509 - in /xerces/c/trunk/src/xercesc/util: XMLUni.cpp XMLUni.hpp

Author: cargilld
Date: Wed Dec 28 05:15:56 2005
New Revision: 359509

URL: http://svn.apache.org/viewcvs?rev=359509&view=rev
Log:
Resize multidimensional array.

Modified:
    xerces/c/trunk/src/xercesc/util/XMLUni.cpp
    xerces/c/trunk/src/xercesc/util/XMLUni.hpp

Modified: xerces/c/trunk/src/xercesc/util/XMLUni.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLUni.cpp?rev=359509&r1=359508&r2=359509&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLUni.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLUni.cpp Wed Dec 28 05:15:56 2005
@@ -1766,7 +1766,7 @@
     chCloseCurly,  chCloseParen, chAsterisk, chNull
 };
 
-const XMLCh XMLUni::fgBooleanValueSpace[][32] =
+const XMLCh XMLUni::fgBooleanValueSpace[][8] =
 {
     { chLatin_f, chLatin_a, chLatin_l, chLatin_s, chLatin_e, chNull },
     { chLatin_t, chLatin_r, chLatin_u, chLatin_e, chNull },

Modified: xerces/c/trunk/src/xercesc/util/XMLUni.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/trunk/src/xercesc/util/XMLUni.hpp?rev=359509&r1=359508&r2=359509&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLUni.hpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLUni.hpp Wed Dec 28 05:15:56 2005
@@ -307,7 +307,7 @@
     static const XMLCh fgUByteMaxInc[];
     static const XMLCh fgLangPattern[];
 
-    static const XMLCh fgBooleanValueSpace[][32];
+    static const XMLCh fgBooleanValueSpace[][8];
     static const unsigned int fgBooleanValueSpaceArraySize;
         
 private:



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