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

Diff of /lbbs/src/menu_proc.c

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

Revision 1.50 by sysadm, Tue Nov 11 00:28:05 2025 UTC Revision 1.51 by sysadm, Tue Nov 11 10:54:22 2025 UTC
# Line 381  int edit_intro(void *param) Line 381  int edit_intro(void *param)
381    
382          return REDRAW;          return REDRAW;
383  }  }
384    
385    int edit_sign(void *param)
386    {
387            if (user_sign_edit(BBS_priv.uid) < 0)
388            {
389                    log_error("user_sign_edit(%d) error\n", BBS_priv.uid);
390            }
391    
392            return REDRAW;
393    }


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

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