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

Diff of /lbbs/src/menu_proc.c

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

Revision 1.30 by sysadm, Wed Jul 2 04:17:33 2025 UTC Revision 1.31 by sysadm, Mon Oct 13 02:23:27 2025 UTC
# Line 37  Line 37 
37    
38  int list_section(void *param)  int list_section(void *param)
39  {  {
40          section_list_display(param);          section_list_display(param, 0);
41    
42          return REDRAW;          return REDRAW;
43  }  }
# Line 211  int list_ex_section(void *param) Line 211  int list_ex_section(void *param)
211  {  {
212          SECTION_LIST *p_section;          SECTION_LIST *p_section;
213    
214          p_section = section_list_find_by_name(param);          p_section = section_list_find_by_name(param, NULL);
215          if (p_section == NULL)          if (p_section == NULL)
216          {          {
217                  log_error("Section %s not found\n", (const char *)param);                  log_error("Section %s not found\n", (const char *)param);


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

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