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

Diff of /lbbs/src/bbs_main.c

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

Revision 1.32 by sysadm, Wed Apr 30 09:18:19 2025 UTC Revision 1.34 by sysadm, Sat May 3 14:50:59 2025 UTC
# Line 70  int bbs_center() Line 70  int bbs_center()
70    
71          while (!SYS_exit)          while (!SYS_exit)
72          {          {
73                  ch = igetch();                  ch = igetch(0);
74    
75                  if (time(0) - t_last_action >= 10)                  if (time(0) - t_last_action >= 10)
76                  {                  {
# Line 140  int bbs_main() Line 140  int bbs_main()
140    
141          // BBS Top 10          // BBS Top 10
142          strcpy(temp, app_home_dir);          strcpy(temp, app_home_dir);
143          strcat(temp, "data/bbs_top.txt");          strcat(temp, "var/bbs_top.txt");
144          display_file_ex(temp, 1, 1);          display_file_ex(temp, 1, 1);
145    
146          // Main          // Main


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

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