diff options
-rw-r--r-- | curl/curl-7.26.0_win-proxy.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curl/curl-7.26.0_win-proxy.patch b/curl/curl-7.26.0_win-proxy.patch index 810438f83168..222bec4f55d4 100644 --- a/curl/curl-7.26.0_win-proxy.patch +++ b/curl/curl-7.26.0_win-proxy.patch @@ -84,7 +84,7 @@ + /* Look for the http proxy setting */ + char* tok; + -+ if (NULL != ieProxy) { ++ if(NULL != ieProxy) { + tok = strtok(ieProxy, ";"); + if(strchr(tok, '=') == NULL) { + proxy = strdup(ieProxy); |