Add parantheses to make gcc happy.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@54 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -1390,7 +1390,7 @@ BUILT_IN_COMMAND(do_scan)
|
||||
scan_type = SCAN_IRCOPS;
|
||||
}
|
||||
|
||||
while (s = next_arg(args, &args))
|
||||
while ((s = next_arg(args, &args)))
|
||||
{
|
||||
if (is_channel(s)) {
|
||||
if (!channel)
|
||||
|
||||
Reference in New Issue
Block a user