[1/5] wininet: Use a semicolon to delimit registered proxy servers.

Hans Leidekker hans at codeweavers.com
Tue May 6 04:31:35 CDT 2014


---
 dlls/wininet/internet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wininet/internet.c b/dlls/wininet/internet.c
index a37606a..08bdd7c 100644
--- a/dlls/wininet/internet.c
+++ b/dlls/wininet/internet.c
@@ -585,7 +585,7 @@ static LONG INTERNET_LoadProxySettings( proxyinfo_t *lpwpi )
                 p += lstrlenW( szHttp );
                 lstrcpyW( szProxy, p );
             }
-            p = strchrW( szProxy, ' ' );
+            p = strchrW( szProxy, ';' );
             if (p) *p = 0;
 
             lpwpi->proxy = szProxy;
-- 
1.8.5.2 (Apple Git-48)





More information about the wine-patches mailing list