Few signed char fixes.

- Matthew Martin

diff --git patches/patch-src_EtrexH_CDevice_cpp 
patches/patch-src_EtrexH_CDevice_cpp
new file mode 100644
index 00000000000..4b0c1a0f437
--- /dev/null
+++ patches/patch-src_EtrexH_CDevice_cpp
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: src/EtrexH/CDevice.cpp
+--- src/EtrexH/CDevice.cpp.orig
++++ src/EtrexH/CDevice.cpp
+@@ -47,7 +47,7 @@ callback ( state,0,cancel,0,message )
+ 
+ namespace EtrexH
+ {
+-    static const char _clrtbl[1024]= {
++    static const signed char _clrtbl[1024]= {
+         -127,-127,-127,0,-60,-60,-60,0,90,90,90,0,0,0,0,0,-117,0,0,0,
+         -76,0,0,0,-43,0,0,0,-1,0,0,0,0,48,0,0,32,48,0,0,
+         65,48,0,0,106,48,0,0,-117,48,0,0,-76,48,0,0,-43,48,0,0,
diff --git patches/patch-src_EtrexLegendC_CDevice_cpp 
patches/patch-src_EtrexLegendC_CDevice_cpp
new file mode 100644
index 00000000000..d8eb9dde223
--- /dev/null
+++ patches/patch-src_EtrexLegendC_CDevice_cpp
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: src/EtrexLegendC/CDevice.cpp
+--- src/EtrexLegendC/CDevice.cpp.orig
++++ src/EtrexLegendC/CDevice.cpp
+@@ -37,7 +37,7 @@ using namespace std;
+ namespace EtrexLegendC
+ {
+ 
+-    static const char _clrtbl[1024]= {
++    static const signed char _clrtbl[1024]= {
+         0,0,0,0,32,0,0,0,65,0,0,0,106,0,0,0,-117,0,0,0,
+         -76,0,0,0,-43,0,0,0,-1,0,0,0,0,48,0,0,32,48,0,0,
+         65,48,0,0,106,48,0,0,-117,48,0,0,-76,48,0,0,-43,48,0,0,
diff --git patches/patch-src_GPSMap60CSx_CDevice_cpp 
patches/patch-src_GPSMap60CSx_CDevice_cpp
new file mode 100644
index 00000000000..40789131168
--- /dev/null
+++ patches/patch-src_GPSMap60CSx_CDevice_cpp
@@ -0,0 +1,14 @@
+$OpenBSD$
+
+Index: src/GPSMap60CSx/CDevice.cpp
+--- src/GPSMap60CSx/CDevice.cpp.orig
++++ src/GPSMap60CSx/CDevice.cpp
+@@ -43,7 +43,7 @@ using namespace std;
+ namespace GPSMap60CSx
+ {
+ 
+-    static const char _clrtbl[1024]= {
++    static const signed char _clrtbl[1024]= {
+         0,0,0,0,32,0,0,0,65,0,0,0,106,0,0,0,-117,0,0,0,
+         -76,0,0,0,-43,0,0,0,-1,0,0,0,0,48,0,0,32,48,0,0,
+         65,48,0,0,106,48,0,0,-117,48,0,0,-76,48,0,0,-43,48,0,0,

Reply via email to