From: Anselm R. Garbe Date: Thu, 12 Oct 2006 06:03:37 +0000 (+0200) Subject: hotfix X-Git-Url: https://git.armaanb.net/?p=sic.git;a=commitdiff_plain;h=3160fd2bedd1ff19a72a25113d6b48bad30cdfff hotfix --- diff --git a/sic.c b/sic.c index 91b2eec..e210e11 100644 --- a/sic.c +++ b/sic.c @@ -86,7 +86,7 @@ parsein(char *msg) { return; } else if(!strncmp(msg + 1, "t ", 2)) { - if((p = strchr(&msg[3], ' ')) + if((p = strchr(&msg[3], ' '))) *(p++) = 0; snprintf(bufout, sizeof(bufout), "TOPIC %s :%s\r\n", &msg[3], p); }