Parent Directory
|
Revision Log
|
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; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |