(gnu_bits): Use unsigned char.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 06:28:50 +0000 (06:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 06:28:50 +0000 (06:28 +0000)
src/gnu.h

index b699ffe..b5cf726 100644 (file)
--- a/src/gnu.h
+++ b/src/gnu.h
@@ -1,6 +1,6 @@
 #define gnu_width 50
 #define gnu_height 50
-static char gnu_bits[] = {
+static unsigned char gnu_bits[] = {
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00,
    0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00,