From 4559460af65e0ff6210b73159b9666d1e96adf29 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 22 Feb 2022 18:04:02 -0600 Subject: [PATCH] bitchx: fix whitespace in patch --- srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch b/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch index d65bb1207c..cc8bcb2c6a 100644 --- a/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch +++ b/srcpkgs/bitchx/patches/bitchx-1.2.1-security.patch @@ -3,13 +3,13 @@ index 9cc1e7c..3e4f12d 100644 --- a/include/dcc.h +++ b/include/dcc.h @@ -97,6 +97,7 @@ - #define DCC_OFFER 0x00040000 - #define DCC_DELETE 0x00080000 - #define DCC_TWOCLIENTS 0x00100000 + #define DCC_OFFER 0x00040000 + #define DCC_DELETE 0x00080000 + #define DCC_TWOCLIENTS 0x00100000 +#define DCC_RESUME_REQ 0x00200000 - + #ifdef NON_BLOCKING_CONNECTS - #define DCC_CNCT_PEND 0x00200000 + #define DCC_CNCT_PEND 0x00200000 diff --git source/dcc.c source/dcc.c index d0706f8..b158189 100644 --- a/source/dcc.c