diff options
Diffstat (limited to 'meta/recipes-sato/rxvt-unicode/files/signedchar.patch')
-rw-r--r-- | meta/recipes-sato/rxvt-unicode/files/signedchar.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-sato/rxvt-unicode/files/signedchar.patch b/meta/recipes-sato/rxvt-unicode/files/signedchar.patch deleted file mode 100644 index 6faa175143..0000000000 --- a/meta/recipes-sato/rxvt-unicode/files/signedchar.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ../rxvt-unicode-cvs-r0/rxvt-unicode/src/command.C 2004-12-21 06:43:00 +00:00 -+++ rxvt-unicode/src/command.C 2004-12-24 02:31:36 +00:00 -@@ -1862,7 +1862,7 @@ - #endif /* NO_SCROLLBAR_REPORT */ - - { -- char upordown = 0; -+ signed char upordown = 0; - - if (scrollBar.style == R_SB_NEXT) - { |