| 215 |
printf("last_aid != %d\n", article_block_last_aid()); |
printf("last_aid != %d\n", article_block_last_aid()); |
| 216 |
} |
} |
| 217 |
|
|
| 218 |
|
if (article_block_article_count() != section_count * BBS_article_limit_per_section) |
| 219 |
|
{ |
| 220 |
|
printf("article_block_article_count() error %d != %d * %d\n", |
| 221 |
|
article_block_article_count(), section_count, BBS_article_limit_per_section); |
| 222 |
|
} |
| 223 |
|
|
| 224 |
last_aid = 0; |
last_aid = 0; |
| 225 |
|
|
| 226 |
for (j = 0; j < BBS_article_limit_per_section; j++) |
for (j = 0; j < BBS_article_limit_per_section; j++) |