summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-11-28 06:21:23 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-11-28 06:21:23 +0000
commit28bb054da100e0f73a5eaabfd09e1f228f592130 (patch)
treec2da3090ff8288a8240577191dc0959535a0e079
parentf37314234168d48ea2dddba3a3b4b8fefadab8b3 (diff)
BUILD : 1.7.6 (464) BUGS : N/A NOTES : gcc 2.x compiler errors
git-svn-id: svn://svn.anope.org/anope/trunk@464 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@318 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--src/botserv.c2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/src/botserv.c b/src/botserv.c
index 17f922133..1e9ad3067 100644
--- a/src/botserv.c
+++ b/src/botserv.c
@@ -1151,9 +1151,9 @@ static void bot_raw_mode(User * requester, ChannelInfo * ci, char *mode,
char *av[4];
int ac;
char buf[BUFSIZE];
- *buf = '\0';
User *u;
+ *buf = '\0';
u = finduser(nick);
if (!u || !is_on_chan(ci->c, u))
diff --git a/version.log b/version.log
index 3cbefe1d9..b0dbaec7b 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
-VERSION_BUILD="463"
+VERSION_BUILD="464"
# $Log$
#
+# BUILD : 1.7.6 (464)
+# BUGS : N/A
+# NOTES : gcc 2.x compiler errors
+#
# BUILD : 1.7.6 (463)
# BUGS : 192, 210, 222, 234
# NOTES : 1. Removed +d references from the ptlink protocol code, since they do not timestamp the nicks