From a828851e114b4e15709efad4d41646992e0ed961 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Thu, 2 Oct 2008 17:37:29 +0000 Subject: implemented #102; splitted optw_irc; added doxygen comments; bumped sources date; update ChangeLog and TODO; fixes around; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2620 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/chan/libkvichan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/chan/libkvichan.cpp') diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index 855b07bc7..099b14c50 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -1012,8 +1012,8 @@ static bool chan_kvs_fnc_limit(KviKvsModuleFunctionCall * c) { if(ch->hasChannelLimit()) { - lim=ch->channelLimit().ptr(); - limit=lim.toInt(); + lim = ch->channelLimit().toUtf8().data(); + limit = lim.toInt(); } c->returnValue()->setInteger(limit); } -- cgit v1.3.1-10-gc9f91