/[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.57 by sysadm, Mon Dec 1 11:28:03 2025 UTC Revision 1.60 by sysadm, Thu Dec 18 02:56:00 2025 UTC
# Line 306  int show_top10_menu(void *param) Line 306  int show_top10_menu(void *param)
306                                  BBS_last_access_tm = time(NULL);                                  BBS_last_access_tm = time(NULL);
307                          }                          }
308    
309                            if (user_online_update("TOP10_MENU") < 0)
310                            {
311                                    log_error("user_online_update(TOP10_MENU) error\n");
312                            }
313    
314                          switch (ch)                          switch (ch)
315                          {                          {
316                          case KEY_NULL: // broken pipe                          case KEY_NULL: // broken pipe
317                                  log_error("KEY_NULL\n");                                  log_debug("KEY_NULL\n");
318                                  loop = 0;                                  loop = 0;
319                                  break;                                  break;
320                          case KEY_TIMEOUT:                          case KEY_TIMEOUT:


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

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