From e2ce25da8988d30702b36ab804c60735cc494d3a Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 2 May 2015 14:02:17 +0000 Subject: [PATCH] - config.h: made BlacklistReplyConf::number unsigned git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5879 82007160-df01-0410-b94d-b575c5fd34c7 --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 359a984..e5ddca0 100644 --- a/src/config.h +++ b/src/config.h @@ -122,7 +122,7 @@ struct BlacklistConf struct BlacklistReplyConf { - char number; + unsigned char number; char *type; }; -- 2.30.2