summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-08-26 18:56:01 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-08-26 18:56:01 +0200
commit14eca4536f97b9821c01bcf8ec50568d130ed95c (patch)
tree33ca2815c0e1d74a3a39acd5c83a1be5d9df65ff
parent4442203d0b6957a2e41809eedc589d6515080522 (diff)
fix typo, thanks to Khisanth
-rw-r--r--xchat-wdk.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index ba6d7d81..27ff53e8 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -358,7 +358,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin-timer.c xchat-wdk
  #define strcasecmp stricmp
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin.c xchat-wdk/src/common/plugin.c
 --- xchat-wdk.orig/src/common/plugin.c	2010-08-14 03:46:21 +0200
-+++ xchat-wdk/src/common/plugin.c	2010-08-26 15:53:53 +0200
++++ xchat-wdk/src/common/plugin.c	2010-08-26 18:55:08 +0200
 @@ -34,7 +34,7 @@
  #include "text.h"
  #define PLUGIN_C
@@ -368,6 +368,15 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/plugin.c xchat-wdk/src/c
  #include "plugin.h"
  
  
+@@ -1212,7 +1212,7 @@
+ 	static const char * const dcc_fields[] =
+ 	{
+ 		"iaddress32","icps",		"sdestfile","sfile",		"snick",	"iport",
+-		"ipos", "iposhigh", "iresume", "iresumehigh" "isize", "isizehigh", "istatus", "itype", NULL
++		"ipos", "iposhigh", "iresume", "iresumehigh", "isize", "isizehigh", "istatus", "itype", NULL
+ 	};
+ 	static const char * const channels_fields[] =
+ 	{
 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/proto-irc.c xchat-wdk/src/common/proto-irc.c
 --- xchat-wdk.orig/src/common/proto-irc.c	2010-05-30 04:28:04 +0200
 +++ xchat-wdk/src/common/proto-irc.c	2010-08-26 15:53:53 +0200