From 45bf4292a2ab013ed40c6817409ecbdf35d158e9 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 7 Oct 2006 19:59:26 +0000 Subject: I FUCKING HATE STABLE git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5455 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index e2e3ba194..5c48a58de 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -215,7 +215,7 @@ int CommandParser::LoopCall(command_t* fn, char **parameters, int pcnt, userrec */ if ((joins) && (*keylist) && (total>0)) // more than one channel and is joining { - charlcat(keylist,',',MAXBUF); + strlcat(keylist,",",MAXBUF); } /* If we're doing JOIN handling (e.g. we've had to kludge for two -- cgit v1.3.1-10-gc9f91