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

Diff of /lbbs/src/article_favor_display.c

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

Revision 1.7 by sysadm, Tue Nov 4 14:58:56 2025 UTC Revision 1.9 by sysadm, Tue Nov 11 00:28:05 2025 UTC
# Line 6  Line 6 
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9    #ifdef HAVE_CONFIG_H
10    #include "config.h"
11    #endif
12    
13  #include "article_favor_display.h"  #include "article_favor_display.h"
14  #include "article_view_log.h"  #include "article_view_log.h"
15  #include "io.h"  #include "io.h"
# Line 167  static enum select_cmd_t article_favor_s Line 171  static enum select_cmd_t article_favor_s
171                  case KEY_LEFT:                  case KEY_LEFT:
172                          return EXIT_LIST; // exit list                          return EXIT_LIST; // exit list
173                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
174                          if (time(NULL) - BBS_last_access_tm >= MAX_DELAY_TIME)                          if (time(NULL) - BBS_last_access_tm >= BBS_max_user_idle_time)
175                          {                          {
176                                  log_error("User input timeout\n");                                  log_error("User input timeout\n");
177                                  return EXIT_LIST; // exit list                                  return EXIT_LIST; // exit list


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

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