[Libreoffice-commits] .: curl/curl-7.26.0_win-proxy.patch

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 21 13:17:51 PST 2013


 curl/curl-7.26.0_win-proxy.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d00bc09251a995cdefc38dbad85d1680c616d343
Author: Michael Stahl <mstahl at 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);


More information about the Libreoffice-commits mailing list