Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / ircd / m_kill.c
index 9bbcb50f3c43c0209f9f5e391a66f546611e1512..bf62b60e9d32398740462f7e56cb961f501585bb 100644 (file)
@@ -441,7 +441,7 @@ int m_kill(struct Client *cptr, struct Client *sptr, int parc, char *parv[])
     if (EmptyString(path))
       return need_more_params(sptr, parv[0], "KILL");
 
-    if (strlen(path) > (size_t)TOPICLEN)
+    if (strlen(path) > TOPICLEN)
       path[TOPICLEN] = '\0';
   }