From 3675bbc55634f90e38dbec315df253532e807709 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Thu, 3 Mar 2016 07:18:24 +0100 Subject: [PATCH] package/kodi-pvr-argustv: remove patch applied upstream The recent version bump forgot to remove the patch. Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- ...entation-of-char_class_e-in-struct-t.patch | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 package/kodi-pvr-argustv/0001-Sync-enum-representation-of-char_class_e-in-struct-t.patch diff --git a/package/kodi-pvr-argustv/0001-Sync-enum-representation-of-char_class_e-in-struct-t.patch b/package/kodi-pvr-argustv/0001-Sync-enum-representation-of-char_class_e-in-struct-t.patch deleted file mode 100644 index 596be616fa..0000000000 --- a/package/kodi-pvr-argustv/0001-Sync-enum-representation-of-char_class_e-in-struct-t.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 2c15b3931410669f281cd7e183c81e550b7e7221 Mon Sep 17 00:00:00 2001 -From: Balint Reczey -Date: Wed, 23 Dec 2015 12:55:00 +0100 -Subject: [PATCH 01/19] Sync enum representation of char_class_e in struct - traits with definition - -Signed-off-by: Bernd Kuhls -[backport of upstream patch from master branch: - https://github.com/kodi-pvr/pvr.argustv/commit/2c15b3931410669f281cd7e183c81e550b7e7221] ---- - src/uri.h | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/uri.h b/src/uri.h -index 0b2afcd..c20600f 100644 ---- a/src/uri.h -+++ b/src/uri.h -@@ -21,13 +21,13 @@ - namespace uri - { - /// Char class. -- enum char_class_e -+ typedef enum char_class_e : signed char - { - CINV = -2, ///< invalid - CEND = -1, ///< end delimitor - CVAL = 0, ///< valid any position - CVA2 = 1, ///< valid anywhere but 1st position -- }; -+ } char_class_e_type; - - /// Traits used for parsing and encoding components. - struct traits -@@ -35,7 +35,7 @@ namespace uri - char* begin_cstring; ///< begin cstring (or 0 if none) - char begin_char; ///< begin char (or 0 if none) - char end_char; ///< end char (or 0 if none) -- char char_class[256]; ///< map of char to class -+ char_class_e_type char_class[256]; ///< map of char to class - }; - - /** --- -2.7.0 - -- 2.30.2