summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ratbox.c3
-rw-r--r--version.log6
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ratbox.c b/src/ratbox.c
index f3b981a09..3339088d0 100644
--- a/src/ratbox.c
+++ b/src/ratbox.c
@@ -678,6 +678,7 @@ int anope_event_tburst(char *source, int ac, char **av)
{
char *setter;
Channel *c;
+ time_t topic_time;
if (ac != 4) {
return MOD_CONT;
@@ -686,7 +687,7 @@ int anope_event_tburst(char *source, int ac, char **av)
setter = myStrGetToken(av[2], '!', 0);
c = findchan(av[0]);
- time_t topic_time = strtol(av[1], NULL, 10);
+ topic_time = strtol(av[1], NULL, 10);
if (!c) {
alog("channel: TOPIC %s for nonexistent channel %s",
diff --git a/version.log b/version.log
index 2c1c8eb19..71ff9b22e 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="7"
-VERSION_BUILD="557"
+VERSION_BUILD="558"
# $Log$
#
+# BUILD : 1.7.7 (558)
+# BUGS : N/A
+# NOTES : Should really fix gcc2 stuff
+#
# BUILD : 1.7.7 (557)
# BUGS : N/A
# NOTES : Should fix gcc2 compiler warnings with ratbox