Loading src/webclient/comms.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,8 +429,8 @@ static int handle_command(CONNECTION *co) if (co->authd && strncasecmp(buff, "sayto ", 6)==0) { char *to; char *text; char *status; const char *type = "says"; _autofree char *status = NULL; if (buff[strlen(buff) - 1] == '?') type = "asks"; Loading Loading
src/webclient/comms.c +1 −1 Original line number Diff line number Diff line Loading @@ -429,8 +429,8 @@ static int handle_command(CONNECTION *co) if (co->authd && strncasecmp(buff, "sayto ", 6)==0) { char *to; char *text; char *status; const char *type = "says"; _autofree char *status = NULL; if (buff[strlen(buff) - 1] == '?') type = "asks"; Loading