summarylogtreecommitdiffstats
path: root/type_cast_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'type_cast_fix.patch')
-rw-r--r--type_cast_fix.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/type_cast_fix.patch b/type_cast_fix.patch
new file mode 100644
index 000000000000..c8478e9df405
--- /dev/null
+++ b/type_cast_fix.patch
@@ -0,0 +1,21 @@
+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
+