changeset 5991:6ad8db6dc039

(gnu_bits): Use unsigned char.
author Richard M. Stallman <rms@gnu.org>
date Fri, 18 Feb 1994 06:28:50 +0000
parents 936d4a988148
children c072fed85d62
files src/gnu.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnu.h	Fri Feb 18 06:10:23 1994 +0000
+++ b/src/gnu.h	Fri Feb 18 06:28:50 1994 +0000
@@ -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,