diff options
author | bviktor <bviktor@outlook.com> | 2012-10-15 01:27:45 -0700 |
---|---|---|
committer | bviktor <bviktor@outlook.com> | 2012-10-15 01:27:45 -0700 |
commit | c395a929e1e6008493bf3044a643f4d6e8df30c2 (patch) | |
tree | 4a62f433081aa1eed75c9f99a2db4e34c0eaff79 /src | |
parent | de1a2a7b3329ee5ef82a6b7857445e568ae752a6 (diff) | |
parent | a62b033cb567f5b2e5802ab75b4ca59abf314570 (diff) |
Merge pull request #162 from blasphemy/rebrand
rebrand
Diffstat (limited to 'src')
-rw-r--r-- | src/common/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/server.c b/src/common/server.c index 3aa3c694..7e9b18a4 100644 --- a/src/common/server.c +++ b/src/common/server.c @@ -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++; } |