From e915462aefa3b38b016736924eb5a476910e9580 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sun, 14 Jul 2013 13:25:22 +0000 Subject: [PATCH] Change a & to && in BX_do_compress_modes() to squash a warning. Should be no behavioural change. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@283 13b04d17-f746-0410-82c6-800466cd88b0 --- source/names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/names.c b/source/names.c index 4a300ac..3811f7b 100644 --- a/source/names.c +++ b/source/names.c @@ -624,7 +624,7 @@ NickList *tnl = NULL; tucm->v_ed = 1; tucm->dev_ed = 0; } - else if (!add & isvoiced) + else if (!add && isvoiced) { tucm->v_ed = 0; tucm->dev_ed = 1;