Fix wrong pointer usage.
This commit is contained in:
parent
0562f6d6a4
commit
d4d0a2350f
@ -1545,7 +1545,7 @@ irc_inline (server *serv, char *buf, int len)
|
||||
|
||||
if (*buf == '@')
|
||||
{
|
||||
*tags = buf + 1; /* skip the '@' */
|
||||
tags = buf + 1; /* skip the '@' */
|
||||
char *sep = strchr (buf, ' ');
|
||||
|
||||
if (!sep)
|
||||
|
Loading…
Reference in New Issue
Block a user