1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 06:23:13 +02:00

- Fix NAMES with UHNAMES support, screwed it up at 'Win32 compile fixes' a

few lines up...
This commit is contained in:
Bram Matthys
2008-12-22 12:19:06 +00:00
parent 5899dd9596
commit f17c5cc9e1
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ DLLFUNC CMD_FUNC(m_names)
} else {
strlcpy(nuhBuffer,
make_nick_user_host(acptr->name, acptr->user->username, GetHost(acptr)),
sizeof(bufLen + 1));
bufLen + 1);
s = nuhBuffer;
}
/* 's' is intialized above to point to either acptr->name (normal),