Parent Directory
|
Revision Log
|
Patch
| Revision 1.7 by sysadm, Sat Jun 21 02:15:18 2025 UTC | Revision 1.8 by sysadm, Mon Oct 13 00:18:40 2025 UTC | |
|---|---|---|
| # | Line 335 int article_view_log_set_viewed(int32_t | Line 335 int article_view_log_set_viewed(int32_t |
| 335 | } | } |
| 336 | ||
| 337 | // Merge if Inc is full | // Merge if Inc is full |
| 338 | if (p_view_log->aid_inc_cnt >= MAX_AID_INC_CNT) | if (p_view_log->aid_inc_cnt >= MAX_VIEWED_AID_INC_CNT) |
| 339 | { | { |
| 340 | // Save incremental article view log | // Save incremental article view log |
| 341 | if (article_view_log_save_inc(p_view_log) < 0) | if (article_view_log_save_inc(p_view_log) < 0) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |