/[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.5 by sysadm, Tue Nov 11 00:28:05 2025 UTC
# Line 8  Line 8 
8   * Author:                  ytht <2391669999@qq.com>   * Author:                  ytht <2391669999@qq.com>
9   */   */
10    
11    #ifdef HAVE_CONFIG_H
12    #include "config.h"
13    #endif
14    
15  #include "bbs.h"  #include "bbs.h"
16  #include "bwf.h"  #include "bwf.h"
17  #include "database.h"  #include "database.h"
# Line 23  Line 27 
27  #include <stdlib.h>  #include <stdlib.h>
28  #include <sys/param.h>  #include <sys/param.h>
29    
 #define BBS_user_intro_line_len 256  
   
30  int user_intro_edit(int uid)  int user_intro_edit(int uid)
31  {  {
32          MYSQL *db = NULL;          MYSQL *db = NULL;
# Line 132  int user_intro_edit(int uid) Line 134  int user_intro_edit(int uid)
134                          press_any_key();                          press_any_key();
135                          goto cleanup;                          goto cleanup;
136                  case 'E':                  case 'E':
137                            ch = 'E';
138                          continue;                          continue;
139                  default: // Invalid selection                  default: // Invalid selection
140                          continue;                          continue;


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

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