diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2005-04-05 06:40:48 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2005-04-05 06:40:48 (GMT) |
commit | c9da504aabe3fb583c228d0b5a656ec425c5c104 (patch) | |
tree | f9ffa14cc6ec85ecbce535d097e6e2a42ffa5a88 | |
parent | b253cbbd9863b03a997f1e0216d0a4af1a34bf21 (diff) | |
download | powwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.zip powwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.tar.gz powwow-c9da504aabe3fb583c228d0b5a656ec425c5c104.tar.bz2 |
Changed some contact info to bpk@hoopajoo.net for bug reports
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |