Parent Directory
|
Revision Log
|
Patch
| Revision 1.24 by sysadm, Mon May 26 04:47:45 2025 UTC | Revision 1.25 by sysadm, Mon May 26 23:38:11 2025 UTC | |
|---|---|---|
| # | Line 1035 int section_list_calculate_page(SECTION_ | Line 1035 int section_list_calculate_page(SECTION_ |
| 1035 | return 0; | return 0; |
| 1036 | } | } |
| 1037 | ||
| 1038 | int32_t article_block_last_aid(void) | |
| 1039 | { | |
| 1040 | ARTICLE_BLOCK *p_block = p_article_block_pool->p_block[p_article_block_pool->block_count - 1]; | |
| 1041 | int32_t last_aid = p_block->articles[p_block->article_count - 1].aid; | |
| 1042 | ||
| 1043 | return last_aid; | |
| 1044 | } | |
| 1045 | ||
| 1046 | int article_count_of_topic(int32_t aid) | int article_count_of_topic(int32_t aid) |
| 1047 | { | { |
| 1048 | ARTICLE *p_article; | ARTICLE *p_article; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |