summarylogtreecommitdiffstats
path: root/type_cast_fix.patch
diff options
context:
space:
mode:
authorThomas Ascher2017-01-01 04:02:28 +0100
committerThomas Ascher2017-01-01 04:02:28 +0100
commit6d4b1accfd8f22fa59d0c7b4db38fbfe188376d3 (patch)
tree4986ae1b8de4e44bb52281d5da277c040b2f5b9d /type_cast_fix.patch
parentac4d58e9d196cbe1a233faea31b6f167af98130f (diff)
downloadaur-6d4b1accfd8f22fa59d0c7b4db38fbfe188376d3.tar.gz
updated to version 2.2.10
Diffstat (limited to 'type_cast_fix.patch')
-rw-r--r--type_cast_fix.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/type_cast_fix.patch b/type_cast_fix.patch
deleted file mode 100644
index c8478e9df405..000000000000
--- a/type_cast_fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -crB joyce-2.2.9_pristine/bin/JoyceDaisy.cxx joyce-2.2.9/bin/JoyceDaisy.cxx
-*** joyce-2.2.9_pristine/bin/JoyceDaisy.cxx 2016-01-30 00:32:03.000000000 +0100
---- joyce-2.2.9/bin/JoyceDaisy.cxx 2016-08-07 19:38:21.642374244 +0200
-***************
-*** 61,67 ****
- // This is for the default "Prestige Pica 10" wheel
- // It can be configured by editing joycehw.xml (no UI is provided, as
- // it is very unlikely that one will be needed).
-! static unsigned char gl_wheel[128] =
- {
- '#', '.', '<', '[', '=', '9', '8', '7', // 00-07
- '6', '5', '0', '4', '3', '2', '1', ',', // 08-0F
---- 61,67 ----
- // This is for the default "Prestige Pica 10" wheel
- // It can be configured by editing joycehw.xml (no UI is provided, as
- // it is very unlikely that one will be needed).
-! static char gl_wheel[128] =
- {
- '#', '.', '<', '[', '=', '9', '8', '7', // 00-07
- '6', '5', '0', '4', '3', '2', '1', ',', // 08-0F
-