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

Diff of /lbbs/src/user_info_display.c

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

Revision 1.13 by sysadm, Thu Oct 23 15:45:41 2025 UTC Revision 1.14 by sysadm, Sat Oct 25 13:09:42 2025 UTC
# Line 64  int user_info_display(USER_INFO *p_user_ Line 64  int user_info_display(USER_INFO *p_user_
64          int ret;          int ret;
65          int i;          int i;
66    
67            if (p_user_info == NULL)
68            {
69                    log_error("NULL pointer error\n");
70                    return -1;
71            }
72    
73          article_cnt = get_user_article_cnt(p_user_info->uid);          article_cnt = get_user_article_cnt(p_user_info->uid);
74    
75          astro_name = get_astro_name(p_user_info->birthday);          astro_name = get_astro_name(p_user_info->birthday);


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

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