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

Diff of /lbbs/src/article_del.c

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

Revision 1.8 by sysadm, Tue Nov 4 13:49:50 2025 UTC Revision 1.10 by sysadm, Wed Nov 5 01:04:05 2025 UTC
# Line 3  Line 3 
3   * article_del   * article_del
4   *   - user interactive feature to delete article   *   - user interactive feature to delete article
5   *   *
6   * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #include "article_del.h"  #include "article_del.h"
# Line 47  int article_del(const SECTION_LIST *p_se Line 47  int article_del(const SECTION_LIST *p_se
47          prints("真的要删除文章?(Y)是, (N)否 [N]: ");          prints("真的要删除文章?(Y)是, (N)否 [N]: ");
48          iflush();          iflush();
49    
50          for (ch = 0; !SYS_server_exit; ch = igetch_t(MAX_DELAY_TIME))          for (ch = 0; !SYS_server_exit; ch = igetch_t(BBS_max_user_idle_time))
51          {          {
52                  switch (toupper(ch))                  switch (toupper(ch))
53                  {                  {


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

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