/[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.24 by sysadm, Wed Jul 2 04:17:33 2025 UTC Revision 1.26 by sysadm, Sun Oct 5 05:00:50 2025 UTC
# Line 837  int article_reply(const SECTION_LIST *p_ Line 837  int article_reply(const SECTION_LIST *p_
837                  }                  }
838    
839                  // Apply LML render to content body                  // Apply LML render to content body
840                  len = lml_plain(row[1], content_f, ARTICLE_CONTENT_MAX_LEN);                  len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0);
841                  content_f[len] = '\0';                  content_f[len] = '\0';
842    
843                  // Remove control sequence                  // Remove control sequence


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

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