mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 21:22:38 +01:00
rebrand
This commit is contained in:
parent
de1a2a7b33
commit
a62b033cb5
@ -497,7 +497,7 @@ server_read (GIOChannel *source, GIOCondition condition, server *serv)
|
||||
serv->linebuf[serv->pos] = lbuf[i];
|
||||
if (serv->pos >= (sizeof (serv->linebuf) - 1))
|
||||
fprintf (stderr,
|
||||
"*** XCHAT WARNING: Buffer overflow - shit server!\n");
|
||||
"*** HEXCHAT WARNING: Buffer overflow - shit server!\n");
|
||||
else
|
||||
serv->pos++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user