master
Pentium44 2020-12-02 17:47:21 -08:00
parent 939c2bd20a
commit 40f9056774
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ char *process_string(char *in, int n) {
char *topic;
char *topicchan;
char *msg;
static char b[LINEBUFSIZE];
static char b[LINEBUFSIZ];
name = buf+1;
e = strchr(name,'!');