Be a bit less insulting about servers with longer line lengths.

This commit is contained in:
Sadie Powell 2021-08-23 23:30:32 +01:00 committed by Patrick
parent 899b4cd3eb
commit 8239fbd041

View File

@ -362,7 +362,7 @@ server_read (GIOChannel *source, GIOCondition condition, server *serv)
serv->linebuf[serv->pos] = lbuf[i];
if (serv->pos >= (sizeof (serv->linebuf) - 1))
fprintf (stderr,
"*** HEXCHAT WARNING: Buffer overflow - shit server!\n");
"*** HEXCHAT WARNING: Buffer overflow - non-compliant server!\n");
else
serv->pos++;
}