| 111 |
p_article->username, p_article->nickname, p_section->sname, p_section->stitle, p_article->title, BBS_name, str_sub_dt); |
p_article->username, p_article->nickname, p_section->sname, p_section->stitle, p_article->title, BBS_name, str_sub_dt); |
| 112 |
|
|
| 113 |
snprintf(footer, sizeof(footer), |
snprintf(footer, sizeof(footer), |
| 114 |
"--\n%s¡ù À´Ô´: %s http://%s [FROM: %s]\033[m\n", |
"--\n%s¡ù À´Ô´: %s http://%s [FROM: %s]\033[m\n\n", |
| 115 |
BBS_article_footer_color[p_article->aid % BBS_article_footer_color_count], |
BBS_article_footer_color[p_article->aid % BBS_article_footer_color_count], |
| 116 |
BBS_name, BBS_server, sub_ip); |
BBS_name, BBS_server, sub_ip); |
| 117 |
|
|