/[LeafOK_CVS]/lbbs/src/article_view_log.c
ViewVC logotype

Diff of /lbbs/src/article_view_log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.9 by sysadm, Tue Oct 14 02:39:34 2025 UTC Revision 1.12 by sysadm, Wed Oct 15 00:42:45 2025 UTC
# Line 132  int article_view_log_save_inc(const ARTI Line 132  int article_view_log_save_inc(const ARTI
132                  return -1;                  return -1;
133          }          }
134    
135          if (p_view_log->uid <= 0)          if (p_view_log->uid <= 0 || p_view_log->aid_inc_cnt == 0)
136          {          {
137                  return 0;                  return 0;
138          }          }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1