|
珞珈山水BBS →
电脑网络 →
BBS安装与维护 →
单文区文章阅读
|
| 单文区文章阅读 [返回] |
|---|
|
发信人: liue@smth.org (Ee, I'm waiting for you...), 信区: BBSDev 标 题: NJU-0.9 bbsjs.c存在问题 发信站: BBS 水木清华站 (Thu Jun 12 00:12:05 2003) 转信站: WHUBBS!news.tiaozhan.com!news.happynet.org!maily.cic.tsinghua.edu.cn!SM 今天看nju-0.9的代码的时候无意中发现的 bbsjs.c有一个prinf给的参数少了 patch: --- bbsjs.c.orig Thu Jun 12 00:07:20 2003 +++ bbsjs.c Thu Jun 12 00:09:05 2003 @@ -5,8 +5,7 @@ static char s[300]; init_all(); printf("<font style='font-size:12px'>\n"); - printf("<center>欢迎访问[%s], 目前在线人数(www/all) [<font color=green>%d/%d</font>]", - count_www(), count_online()); + printf("<center>欢迎访问[%s], 目前在线人数(www/all) [<font color=green>%d/%d</font>]",BBSNAME,count_www(), count_online()); //changed by liue 20030612 printf("</font>"); } -- 欢迎访问Beijing University of Technology的BBS telnet://bbs.bjpu.edu.cn ※ 来源:·BBS 水木清华站 smth.org·[FROM: 202.112.78.8] |
| [返回单文区目录] |
|
|