Parent Directory
|
Revision Log
|
Patch
| Revision 1.24 by sysadm, Sat May 10 13:17:36 2025 UTC | Revision 1.25 by sysadm, Sat May 10 15:23:42 2025 UTC | |
|---|---|---|
| # | Line 240 int igetch_t(long int sec) | Line 240 int igetch_t(long int sec) |
| 240 | do | do |
| 241 | { | { |
| 242 | ch = igetch(0); | ch = igetch(0); |
| 243 | } while (ch == KEY_TIMEOUT && (time(0) - t_begin < sec)); | } while (!SYS_server_exit && ch == KEY_TIMEOUT && (time(0) - t_begin < sec)); |
| 244 | ||
| 245 | return ch; | return ch; |
| 246 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |