summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-26 00:05:35 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-26 00:05:35 +0100
commit105786b31087e4116a3b16f53e1ca15564728c78 (patch)
tree0f86cb5660b462a33592f78b9c0e7c5c02584d54
parent5e6b9b4faae37a5d470c3879d1f7cc29e861f141 (diff)
fix syntax error
-rw-r--r--xchat-wdk.patch16
1 files 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 <stdlib.h>
 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 <stdio.h>
  #include <string.h>
@@ -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;