From 361c887fd89bcc585ffa106ddf0aaea2960d5653 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 1 Jul 1996 17:51:19 +0200
Subject: [PATCH] removed a warning

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

diff --git a/src/mapping.c b/src/mapping.c
index 8b71f34e54..c23fab5e41 100644
--- a/src/mapping.c
+++ b/src/mapping.c
@@ -981,7 +981,7 @@ void mapping_search_no_free(struct svalue *to,
     k=k->next;
   }
 
-  while(h < m->hashsize)
+  while(h < (unsigned INT32)m->hashsize)
   {
     while(k)
     {
-- 
GitLab