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

Diff of /lbbs/src/menu_proc.c

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

Revision 1.44 by sysadm, Tue Nov 4 13:49:51 2025 UTC Revision 1.46 by sysadm, Wed Nov 5 01:04:06 2025 UTC
# Line 3  Line 3 
3   * menu_proc   * menu_proc
4   *   - handler functions of menu commands   *   - handler functions of menu commands
5   *   *
6   * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #include "article_cache.h"  #include "article_cache.h"
# Line 269  int show_top10_menu(void *param) Line 269  int show_top10_menu(void *param)
269                                  show_top10 = 0;                                  show_top10 = 0;
270                                  return 0;                                  return 0;
271                          case KEY_TIMEOUT:                          case KEY_TIMEOUT:
272                                  if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME)                                  if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
273                                  {                                  {
274                                          log_error("User input timeout\n");                                          log_error("User input timeout\n");
275                                          show_top10 = 0;                                          show_top10 = 0;


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

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