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

Diff of /lbbs/src/bbs_main.c

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

Revision 1.39 by sysadm, Sat May 10 11:09:02 2025 UTC Revision 1.41 by sysadm, Sat May 10 15:32:36 2025 UTC
# Line 44  int bbs_exit() Line 44  int bbs_exit()
44  {  {
45          display_file_ex(DATA_GOODBYE, 1, 0);          display_file_ex(DATA_GOODBYE, 1, 0);
46    
         sleep(1);  
   
47          return 0;          return 0;
48  }  }
49    
# Line 77  int bbs_center() Line 75  int bbs_center()
75                  switch (ch)                  switch (ch)
76                  {                  {
77                  case KEY_NULL:                  case KEY_NULL:
                         return -1;  
78                  case KEY_TIMEOUT:                  case KEY_TIMEOUT:
79                          if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME)                          if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME)
80                          {                          {


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

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