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:
@@ -624,7 +624,7 @@ NickList *tnl = NULL;
|
|||||||
tucm->v_ed = 1;
|
tucm->v_ed = 1;
|
||||||
tucm->dev_ed = 0;
|
tucm->dev_ed = 0;
|
||||||
}
|
}
|
||||||
else if (!add & isvoiced)
|
else if (!add && isvoiced)
|
||||||
{
|
{
|
||||||
tucm->v_ed = 0;
|
tucm->v_ed = 0;
|
||||||
tucm->dev_ed = 1;
|
tucm->dev_ed = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user