| 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 |
} |
} |
| 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); |