Parent Directory
|
Revision Log
|
Patch
| Revision 1.133 by sysadm, Sun Nov 30 09:42:43 2025 UTC | Revision 1.134 by sysadm, Wed Dec 17 03:47:00 2025 UTC | |
|---|---|---|
| # | Line 720 int display_data(const void *p_data, lon | Line 720 int display_data(const void *p_data, lon |
| 720 | switch (ch) | switch (ch) |
| 721 | { | { |
| 722 | case KEY_NULL: | case KEY_NULL: |
| 723 | #ifdef _DEBUG | |
| 724 | log_error("KEY_NULL\n"); | log_error("KEY_NULL\n"); |
| 725 | #endif | |
| 726 | goto cleanup; | goto cleanup; |
| 727 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 728 | log_error("User input timeout\n"); | log_error("User input timeout\n"); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |