Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Tue Nov 11 00:28:05 2025 UTC | Revision 1.7 by sysadm, Thu Dec 18 02:56:01 2025 UTC | |
|---|---|---|
| # | Line 78 int user_stat_map_update(USER_STAT_MAP * | Line 78 int user_stat_map_update(USER_STAT_MAP * |
| 78 | ||
| 79 | if (p_article->uid > p_map->last_uid) | if (p_article->uid > p_map->last_uid) |
| 80 | { | { |
| 81 | #ifdef _DEBUG | log_debug("uid=%d of article(aid=%d) is greater than last_uid=%d\n", |
| log_error("uid=%d of article(aid=%d) is greater than last_uid=%d\n", | ||
| 82 | p_article->uid, p_article->aid, p_map->last_uid); | p_article->uid, p_article->aid, p_map->last_uid); |
| #endif | ||
| 83 | continue; | continue; |
| 84 | } | } |
| 85 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |