Kaydet (Commit) d00bc092 authored tarafından Michael Stahl's avatar Michael Stahl

curl: it seems the build breaks unless this is formatted ugly

Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75
üst f55deeb5
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
+ /* Look for the http proxy setting */ + /* Look for the http proxy setting */
+ char* tok; + char* tok;
+ +
+ if (NULL != ieProxy) { + if(NULL != ieProxy) {
+ tok = strtok(ieProxy, ";"); + tok = strtok(ieProxy, ";");
+ if(strchr(tok, '=') == NULL) { + if(strchr(tok, '=') == NULL) {
+ proxy = strdup(ieProxy); + proxy = strdup(ieProxy);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment