Parent Directory
|
Revision Log
|
Patch
| Revision 1.39 by sysadm, Thu Jun 5 05:24:56 2025 UTC | Revision 1.40 by sysadm, Thu Jun 5 08:36:02 2025 UTC | |
|---|---|---|
| # | Line 311 int igetch(int timeout) | Line 311 int igetch(int timeout) |
| 311 | } | } |
| 312 | else if (ret == 0) | else if (ret == 0) |
| 313 | { | { |
| 314 | out = 0; | |
| 315 | break; // Check whether channel is still open | break; // Check whether channel is still open |
| 316 | } | } |
| 317 | } | } |
| # | Line 791 int igetch(int timeout) | Line 792 int igetch(int timeout) |
| 792 | // for debug | // for debug |
| 793 | // if (out != KEY_TIMEOUT && out != KEY_NULL) | // if (out != KEY_TIMEOUT && out != KEY_NULL) |
| 794 | // { | // { |
| 795 | // log_common ("Debug: -->[0x %x]\n", out); | // log_common("Debug: -->[0x %x]\n", out); |
| 796 | // } | // } |
| 797 | ||
| 798 | return out; | return out; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |