aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2005-04-05 06:40:48 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2005-04-05 06:40:48 (GMT)
commitc9da504aabe3fb583c228d0b5a656ec425c5c104 (patch)
treef9ffa14cc6ec85ecbce535d097e6e2a42ffa5a88 /main.c
parentb253cbbd9863b03a997f1e0216d0a4af1a34bf21 (diff)
downloadpowwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.zip
powwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.tar.gz
powwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.tar.bz2
Changed some contact info to bpk@hoopajoo.net for bug reports
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index c160504..3ddd992 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,7 @@
* Many new features added by Dain.
* As usual, all the developers are in debt to countless users
* for suggestions and debugging.
+ * Maintance was taken over by Steve Slaven (bpk@hoopajoo.net) in 2005
*/
/*
@@ -526,7 +527,7 @@ static void mainloop __P0 (void)
tcp_flush();
if (!(pos <= edlen)) {
- PRINTF("\n#*ARGH* assertion failed (pos <= edlen): mail max@linuz.sns.it\n");
+ PRINTF("\n#*ARGH* assertion failed (pos <= edlen): mail bpk@hoopajoo.net\n");
pos = edlen;
}