[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kio/kpac
From:       CVS by adawit <kde-cvs () kde ! org>
Date:       2001-07-04 14:21:46
[Download RAW message or body]


kdelibs/kio/kpac kpac_impl.cpp,1.14,1.15
Author: adawit
Wed Jul  4 14:21:35 UTC 2001


Modified Files:
         kpac_impl.cpp
Log Message:
- Patch the patch :) Correct fix for opaque URL problem.
  Found/fix by Michael. (DA)
-                if (!proxyURL.isValid() ||
-                    proxy.find(":/", proxyURL.protocol().length()) != 0)
+                int len = proxyURL.protocol().length();
+                if (!proxyURL.isValid() || proxy.find(":/", len) != len)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic