Parent Directory
|
Revision Log
|
Patch
| Revision 1.24 by sysadm, Mon May 26 03:32:55 2025 UTC | Revision 1.25 by sysadm, Mon May 26 23:38:11 2025 UTC | |
|---|---|---|
| # | Line 210 int main(int argc, char *argv[]) | Line 210 int main(int argc, char *argv[]) |
| 210 | // printf("Loaded %d articles into section %d\n", p_section[i]->article_count, i); | // printf("Loaded %d articles into section %d\n", p_section[i]->article_count, i); |
| 211 | } | } |
| 212 | ||
| 213 | if (last_aid != article_block_last_aid()) | |
| 214 | { | |
| 215 | printf("last_aid != %d\n", article_block_last_aid()); | |
| 216 | } | |
| 217 | ||
| 218 | last_aid = 0; | last_aid = 0; |
| 219 | ||
| 220 | for (j = 0; j < BBS_article_limit_per_section; j++) | for (j = 0; j < BBS_article_limit_per_section; j++) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |