summarylogtreecommitdiffstats
path: root/type_cast_fix.patch
blob: c8478e9df405c661c0d32b90fab338022e4b90d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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