1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-02 16:35:01 -04:00

Merge pull request #162 from blasphemy/rebrand

rebrand
This commit is contained in:
bviktor 2012-10-15 01:27:45 -07:00
commit c395a929e1

View File

@ -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++;
}