From 1b975aff448ce848e6346cfcf8fd36c1ca4e4e04 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 18 Feb 1994 06:28:50 +0000 Subject: [PATCH] (gnu_bits): Use unsigned char. --- src/gnu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnu.h b/src/gnu.h index b699ffe4604..b5cf7261f7d 100644 --- 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, -- 2.39.5