Parent Directory
|
Revision Log
|
Patch
| Revision 1.66 by sysadm, Mon May 19 07:18:56 2025 UTC | Revision 1.68 by sysadm, Tue May 20 08:24:28 2025 UTC | |
|---|---|---|
| # | Line 293 int display_file_ex(const char *filename | Line 293 int display_file_ex(const char *filename |
| 293 | input_ok = 1; | input_ok = 1; |
| 294 | switch (ch) | switch (ch) |
| 295 | { | { |
| 296 | // case KEY_NULL: | case KEY_NULL: |
| 297 | case KEY_TIMEOUT: | case KEY_TIMEOUT: |
| 298 | goto cleanup; | goto cleanup; |
| 299 | case KEY_HOME: | case KEY_HOME: |
| # | Line 440 int show_top(const char *status) | Line 440 int show_top(const char *status) |
| 440 | status_f[len] = '\0'; | status_f[len] = '\0'; |
| 441 | } | } |
| 442 | ||
| 443 | len = split_line(BBS_current_section_name, 20, &truncate, §ion_name_len); | len = split_line(BBS_current_section_name, BBS_section_name_max_len, &truncate, §ion_name_len); |
| 444 | if (truncate) | if (truncate) |
| 445 | { | { |
| 446 | log_error("Section name is truncated\n"); | log_error("Section name is truncated\n"); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |