Parent Directory
|
Revision Log
|
Patch
| Revision 1.19 by sysadm, Sat Mar 19 14:44:21 2005 UTC | Revision 1.20 by sysadm, Sat Mar 19 15:54:13 2005 UTC | |
|---|---|---|
| # | Line 126 bbs_center () | Line 126 bbs_center () |
| 126 | ||
| 127 | switch (ch) | switch (ch) |
| 128 | { | { |
| 129 | case 0: | |
| 130 | return 0; | |
| 131 | default: | default: |
| 132 | strcpy (action, menu_control (&bbs_menu, ch)); | strcpy (action, menu_control (&bbs_menu, ch)); |
| 133 | log_std ("**%s\n", action); | |
| 134 | if (strcmp (action, "EXITBBS") == 0) | if (strcmp (action, "EXITBBS") == 0) |
| 135 | return 0; | return 0; |
| 136 | log_std ("%d\n", strcmp (action, "EXITBBS")); | |
| 137 | } | } |
| 138 | } | } |
| 139 | break; | break; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |