From 105786b31087e4116a3b16f53e1ca15564728c78 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 26 Jan 2011 00:05:35 +0100 Subject: [PATCH] fix syntax error --- xchat-wdk.patch | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 1b8fe744..91b7fb0c 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -411,7 +411,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/proto-irc.c xchat-wdk/sr #include diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/server.c xchat-wdk/src/common/server.c --- xchat-wdk.orig/src/common/server.c 2011-01-25 11:46:54 +0100 -+++ xchat-wdk/src/common/server.c 2011-01-25 23:56:28 +0100 ++++ xchat-wdk/src/common/server.c 2011-01-26 00:04:22 +0100 @@ -26,7 +26,6 @@ #include #include @@ -467,7 +467,19 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/server.c xchat-wdk/src/c if (len >= 1) { /* print the message out (send it to the parent process) */ -@@ -1795,7 +1762,7 @@ +@@ -1524,9 +1491,10 @@ + if (!serv->dont_use_proxy) /* blocked in serverlist? */ + { + if (FALSE) ++ { + ; + #ifdef USE_LIBPROXY +- else if (prefs.proxy_type == 5) ++ } else if (prefs.proxy_type == 5) + { + char **proxy_list; + char *url, *proxy; +@@ -1795,7 +1763,7 @@ } #endif serv->childpid = pid;