mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
wininet: Use a semicolon to delimit registered proxy servers.
This commit is contained in:
parent
e759105cdd
commit
282b9c7bb7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user