Parent Directory
|
Revision Log
|
Patch
| Revision 1.39 by sysadm, Sat May 10 11:09:02 2025 UTC | Revision 1.40 by sysadm, Sat May 10 14:37:04 2025 UTC | |
|---|---|---|
| # | Line 77 int bbs_center() | Line 77 int bbs_center() |
| 77 | switch (ch) | switch (ch) |
| 78 | { | { |
| 79 | case KEY_NULL: | case KEY_NULL: |
| return -1; | ||
| 80 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 81 | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) |
| 82 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |