More parantheses to suppress a gcc warning.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@57 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -225,7 +225,7 @@ void print_funny_names(char *line)
|
||||
{
|
||||
*buffer = 0;
|
||||
|
||||
while (t = next_arg(line, &line)) {
|
||||
while ((t = next_arg(line, &line))) {
|
||||
char *nick;
|
||||
char *nick_format;
|
||||
char nick_buffer[BIG_BUFFER_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user