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:13:15 UTC

svn commit: r359505 - in /xerces/c/branches/xerces-2.7/src/xercesc/util: XMLUni.cpp XMLUni.hpp

Author: cargilld
Date: Wed Dec 28 05:13:13 2005
New Revision: 359505

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

Modified:
    xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.cpp
    xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.hpp

Modified: xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.cpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.cpp?rev=359505&r1=359504&r2=359505&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.cpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.cpp Wed Dec 28 05:13:13 2005
@@ -1654,7 +1654,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/branches/xerces-2.7/src/xercesc/util/XMLUni.hpp
URL: http://svn.apache.org/viewcvs/xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.hpp?rev=359505&r1=359504&r2=359505&view=diff
==============================================================================
--- xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.hpp (original)
+++ xerces/c/branches/xerces-2.7/src/xercesc/util/XMLUni.hpp Wed Dec 28 05:13:13 2005
@@ -293,7 +293,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