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

Diff of /lbbs/src/article_favor_display.c

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

Revision 1.9 by sysadm, Tue Nov 11 00:28:05 2025 UTC Revision 1.10 by sysadm, Wed Dec 3 05:31:10 2025 UTC
# Line 161  static enum select_cmd_t article_favor_s Line 161  static enum select_cmd_t article_favor_s
161                  if (ch != KEY_NULL && ch != KEY_TIMEOUT)                  if (ch != KEY_NULL && ch != KEY_TIMEOUT)
162                  {                  {
163                          BBS_last_access_tm = time(NULL);                          BBS_last_access_tm = time(NULL);
164    
165                            // Refresh current action
166                            if (user_online_update(NULL) < 0)
167                            {
168                                    log_error("user_online_update(NULL) error\n");
169                            }
170                  }                  }
171    
172                  switch (ch)                  switch (ch)


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

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