diff options
-rw-r--r-- | src/botserv.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
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 |