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

Diff of /lbbs/src/screen.c

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

Revision 1.59 by sysadm, Sat May 17 12:20:12 2025 UTC Revision 1.60 by sysadm, Sat May 17 12:28:47 2025 UTC
# Line 547  int show_active_board() Line 547  int show_active_board()
547                  prints("%s", buffer);                  prints("%s", buffer);
548    
549                  line_current++;                  line_current++;
550                  if (line_current + 1 >= line_total)                  if (line_current >= line_total)
551                  {                  {
552                          line_current = 0;                          line_current = 0;
553                          break;                          break;


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

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