Parent Directory
|
Revision Log
|
Patch
| Revision 1.41 by sysadm, Sat May 10 15:32:36 2025 UTC | Revision 1.42 by sysadm, Sun May 11 11:33:44 2025 UTC | |
|---|---|---|
| # | Line 74 int bbs_center() | Line 74 int bbs_center() |
| 74 | ||
| 75 | switch (ch) | switch (ch) |
| 76 | { | { |
| 77 | case KEY_NULL: | case KEY_NULL: // broken pipe |
| 78 | return 0; | |
| 79 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 80 | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) | if (time(0) - BBS_last_access_tm >= MAX_DELAY_TIME) |
| 81 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |