curl/curl-7.26.0_win-proxy.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d00bc09251a995cdefc38dbad85d1680c616d343 Author: Michael Stahl <mst...@redhat.com> Date: Mon Jan 21 22:15:22 2013 +0100 curl: it seems the build breaks unless this is formatted ugly Change-Id: I554bb631a9b8d7b334483eeaed9b096451660a75 diff --git a/curl/curl-7.26.0_win-proxy.patch b/curl/curl-7.26.0_win-proxy.patch index 810438f..222bec4 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits