From 4e882a2775d5de61cc9393c22971eb51c3a8b6b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 4 Mar 1998 18:22:27 -0800
Subject: [PATCH] bugfix

Rev: src/stuff.c:1.5
---
 src/stuff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stuff.c b/src/stuff.c
index 9a72d3351a..f86fd052a6 100644
--- a/src/stuff.c
+++ b/src/stuff.c
@@ -47,7 +47,7 @@ INT32 hashprimes[32] =
 
 int my_log2(unsigned INT32 x)
 {
-  static char bit[256] =
+  static signed char bit[256] =
   {
     -1, 0, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 
      4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 
-- 
GitLab