You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/01/22 18:49:30 UTC

svn commit: r614272 - /xerces/c/trunk/src/xercesc/util/XMLURL.cpp

Author: amassari
Date: Tue Jan 22 09:49:25 2008
New Revision: 614272

URL: http://svn.apache.org/viewvc?rev=614272&view=rev
Log:
Update gMaxProtoLen to reflect the addition of "https" (XERCESC-1698)

Modified:
    xerces/c/trunk/src/xercesc/util/XMLURL.cpp

Modified: xerces/c/trunk/src/xercesc/util/XMLURL.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/XMLURL.cpp?rev=614272&r1=614271&r2=614272&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/XMLURL.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/XMLURL.cpp Tue Jan 22 09:49:25 2008
@@ -102,7 +102,7 @@
 };
 
 // !!! Keep these up to date with list above!
-static const unsigned int gMaxProtoLen = 4;
+static const unsigned int gMaxProtoLen = 5;
 
 static const XMLCh gListOne[]    = { chColon, chForwardSlash, chNull };
 static const XMLCh gListTwo[]    = { chAt, chNull };



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