| 835 |
return -1; |
return -1; |
| 836 |
} |
} |
| 837 |
|
|
| 838 |
|
if (p_section->ex_menu_tm == 0) // N/A |
| 839 |
|
{ |
| 840 |
|
moveto(2, 1); |
| 841 |
|
clrtoeol(); |
| 842 |
|
prints("该版块精华区未开放"); |
| 843 |
|
press_any_key(); |
| 844 |
|
return 0; |
| 845 |
|
} |
| 846 |
|
|
| 847 |
if (get_section_ex_menu_set(p_section, &ex_menu_set) < 0) |
if (get_section_ex_menu_set(p_section, &ex_menu_set) < 0) |
| 848 |
{ |
{ |
| 849 |
log_error("get_section_ex_menu_set(sid=%d) error\n", p_section->sid); |
log_error("get_section_ex_menu_set(sid=%d) error\n", p_section->sid); |
| 851 |
} |
} |
| 852 |
if (get_menu_shm_readonly(&ex_menu_set) < 0) |
if (get_menu_shm_readonly(&ex_menu_set) < 0) |
| 853 |
{ |
{ |
| 854 |
log_error("set_menu_shm_readonly(sid=%d) error\n", p_section->sid); |
log_error("get_menu_shm_readonly(sid=%d) error\n", p_section->sid); |
| 855 |
return -3; |
return -3; |
| 856 |
} |
} |
| 857 |
|
|