/[LeafOK_CVS]/lbbs/src/screen.c
ViewVC logotype

Diff of /lbbs/src/screen.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.67 by sysadm, Mon May 19 13:03:14 2025 UTC Revision 1.68 by sysadm, Tue May 20 08:24:28 2025 UTC
# 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, &section_name_len);          len = split_line(BBS_current_section_name, BBS_section_name_max_len, &truncate, &section_name_len);
444          if (truncate)          if (truncate)
445          {          {
446                  log_error("Section name is truncated\n");                  log_error("Section name is truncated\n");


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1