/[LeafOK_CVS]/lbbs/src/article_cache.c
ViewVC logotype

Diff of /lbbs/src/article_cache.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.37 by sysadm, Sat Nov 22 10:36:37 2025 UTC Revision 1.38 by sysadm, Sat Nov 29 02:07:27 2025 UTC
# Line 117  int article_cache_generate(const char *c Line 117  int article_cache_generate(const char *c
117                           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);
118    
119          snprintf(footer, sizeof(footer),          snprintf(footer, sizeof(footer),
120                           "\n--\n%s※ 来源: %s http://%s [FROM: %s]\033[m\n\n",                           "\n--\n%s※ 来源: %s https://%s [FROM: %s]\033[m\n\n",
121                           BBS_article_footer_color[p_article->aid % BBS_article_footer_color_count],                           BBS_article_footer_color[p_article->aid % BBS_article_footer_color_count],
122                           BBS_name, BBS_server, sub_ip);                           BBS_name, BBS_server, sub_ip);
123    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1