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

Diff of /lbbs/src/article_post.c

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

Revision 1.29 by sysadm, Fri Oct 10 03:50:22 2025 UTC Revision 1.31 by sysadm, Fri Oct 10 12:19:41 2025 UTC
# Line 734  int article_reply(const SECTION_LIST *p_ Line 734  int article_reply(const SECTION_LIST *p_
734          int content_display_length;          int content_display_length;
735          char nickname_f[BBS_nickname_max_len * 2 + 1];          char nickname_f[BBS_nickname_max_len * 2 + 1];
736          int sign_id = 0;          int sign_id = 0;
737          int reply_note = 1;          int reply_note = 0;
738          long len;          long len;
739          int ch;          int ch;
740          char *p, *q;          char *p, *q;
# Line 1211  int article_reply(const SECTION_LIST *p_ Line 1211  int article_reply(const SECTION_LIST *p_
1211          {          {
1212                  // Send notification message                  // Send notification message
1213                  len_msg = snprintf(msg, BBS_msg_max_len,                  len_msg = snprintf(msg, BBS_msg_max_len,
1214                                                     "[hide]SYS_Reply_Article[/hide]有人回复了您所发表/回复的文章,快来"                                                     "有人回复了您所发表/回复的文章,快来"
1215                                                     "[article %d]看看[/article]《%s》吧!\n",                                                     "[article %d]看看[/article]《%s》吧!\n",
1216                                                     p_article_new->aid, title_f);                                                     p_article_new->aid, title_f);
1217    


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

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