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

Diff of /lbbs/src/section_list_display.c

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

Revision 1.73 by sysadm, Sat Nov 8 08:23:33 2025 UTC Revision 1.74 by sysadm, Mon Nov 10 14:24:37 2025 UTC
# Line 221  static int section_list_draw_screen(cons Line 221  static int section_list_draw_screen(cons
221    
222          if (master_list[0] != '\0')          if (master_list[0] != '\0')
223          {          {
224                  snprintf(str_section_master, sizeof(str_section_master), "版主:%s", master_list);                  snprintf(str_section_master, sizeof(str_section_master), "版主: %s", master_list);
225          }          }
226          snprintf(str_section_name, sizeof(str_section_name), "讨论区 [%s]", sname);          snprintf(str_section_name, sizeof(str_section_name), "讨论区 [%s]", sname);
227    


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

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