--- 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

Reply via email to