Parent Directory
|
Revision Log
|
Patch
| Revision 1.36 by sysadm, Sun May 11 12:47:32 2025 UTC | Revision 1.37 by sysadm, Sun May 11 14:52:26 2025 UTC | |
|---|---|---|
| # | Line 336 int bbsnet_connect(int n) | Line 336 int bbsnet_connect(int n) |
| 336 | loop = 0; | loop = 0; |
| 337 | } | } |
| 338 | } | } |
| 339 | else if (ret > 0) | else // if (ret > 0) |
| 340 | { | { |
| 341 | if ((input_buf_offset >= input_buf_len) && FD_ISSET(STDIN_FILENO, &read_fds)) | if ((input_buf_offset >= input_buf_len) && FD_ISSET(STDIN_FILENO, &read_fds)) |
| 342 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |