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
This commit is contained in:
Kevin Easton
2013-07-14 13:25:22 +00:00
parent 0450875ab5
commit e915462aef

View File

@@ -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;