From 47e2d446fe0f5fde638a9eeb378140902c6c480e Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Sat, 14 Jun 2008 06:57:51 +0000 Subject: [PATCH] Add parantheses to make gcc happy. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@54 13b04d17-f746-0410-82c6-800466cd88b0 --- source/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/commands.c b/source/commands.c index e7e81b6..307d395 100644 --- a/source/commands.c +++ b/source/commands.c @@ -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)