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

Diff of /lbbs/src/user_info_update.c

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

Revision 1.2 by sysadm, Fri Nov 7 06:46:44 2025 UTC Revision 1.4 by sysadm, Sat Nov 8 10:01:47 2025 UTC
# Line 23  Line 23 
23  #include <stdlib.h>  #include <stdlib.h>
24  #include <sys/param.h>  #include <sys/param.h>
25    
 #define BBS_user_intro_line_len 256  
   
26  int user_intro_edit(int uid)  int user_intro_edit(int uid)
27  {  {
28          MYSQL *db = NULL;          MYSQL *db = NULL;
# Line 132  int user_intro_edit(int uid) Line 130  int user_intro_edit(int uid)
130                          press_any_key();                          press_any_key();
131                          goto cleanup;                          goto cleanup;
132                  case 'E':                  case 'E':
133                            ch = 'E';
134                          continue;                          continue;
135                  default: // Invalid selection                  default: // Invalid selection
136                          continue;                          continue;


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

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