aboutsummaryrefslogtreecommitdiffstats
path: root/src/helperfuncs.cpp
diff options
context:
space:
mode:
authorGravatar brain2006-10-07 19:59:26 +0000
committerGravatar brain2006-10-07 19:59:26 +0000
commit45bf4292a2ab013ed40c6817409ecbdf35d158e9 (patch)
tree69d7c9931c78e401153831276c4725447d675994 /src/helperfuncs.cpp
parent<han solo> Where'd you dig up that old fossil (diff)
I FUCKING HATE STABLE
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5455 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r--src/helperfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp
index 70115061f..8272f241e 100644
--- a/src/helperfuncs.cpp
+++ b/src/helperfuncs.cpp
@@ -1302,7 +1302,7 @@ char* chanmodes(chanrec *chan, bool showkey)
}
if (extparam != "")
{
- charlcat(sparam,' ',MAXBUF);
+ strlcat(sparam," ",MAXBUF);
strlcat(sparam,extparam.c_str(),MAXBUF);
}
}