/[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.23 by sysadm, Wed Jun 4 13:42:53 2025 UTC Revision 1.24 by sysadm, Sun Jun 8 09:25:25 2025 UTC
# Line 93  int exit_bbs(void *param) Line 93  int exit_bbs(void *param)
93    
94  int license(void *param)  int license(void *param)
95  {  {
96          display_file(DATA_LICENSE, 1, 0);          display_file(DATA_LICENSE, 0);
97    
98          return REDRAW;          return REDRAW;
99  }  }
100    
101  int copyright(void *param)  int copyright(void *param)
102  {  {
103          display_file(DATA_COPYRIGHT, 1, 1);          display_file(DATA_COPYRIGHT, 1);
104    
105          return REDRAW;          return REDRAW;
106  }  }


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

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