Doh! Thanks, I'll fix that today. The mind is the first thing to go :-)

----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]



Joe Gregorio <[EMAIL PROTECTED]> on 01/27/2000 05:10:30 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Patch



--- XMLURL.orig.cpp Wed Jan 26 23:04:24 2000
+++ XMLURL.cpp Thu Jan 27 08:04:06 2000
@@ -737,8 +737,8 @@
     {
         if (*(urlText + 1) == chColon)
         {
-            if (((*urlText + 2) == chForwardSlash)
-            ||  ((*urlText + 2) == chBackSlash))
+            if ((*(urlText + 2) == chForwardSlash)
+            ||  (*(urlText + 2) == chBackSlash))
             {
                 ThrowXML(MalformedURLException,
XML4CExcepts::URL_NoProtocolPresent);
             }


-------------------------------------
Joe Gregorio            MTS System Corp
Program Manager         www.mts.com



  • Patch Joe Gregorio
    • roddey

Reply via email to