We don't want to leave the isupport name in the extension memory space on changing it - fixed a bug (tnx Artem@IrcNet(RU))

This commit is contained in:
Valeriy Yatsko 2008-08-31 03:57:27 +04:00
parent 508c7c41fe
commit d05e3e3a7b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ change_isupport(const char *name, const char *(*func)(const void *), const void
{
oldvalue = item->param;
item->name = name;
// item->name = name;
item->func = func;
item->param = param;