Fix call to RESIZE.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@47 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -984,7 +984,7 @@ BuiltInDllFunctions *dll = NULL;
|
||||
if (++(*cnt) == matches_size)
|
||||
{
|
||||
matches_size += 5;
|
||||
matches = (char **) RESIZE(matches, char *, matches_size);
|
||||
RESIZE(matches, char *, matches_size);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user