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:
Kevin Easton
2008-06-05 14:16:16 +00:00
parent 1e81f1ed7b
commit bca8ce0a1c

View File

@@ -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);
}
}
}