Parent Directory
|
Revision Log
|
Patch
| Revision 1.5 by sysadm, Mon Mar 21 18:01:49 2005 UTC | Revision 1.6 by sysadm, Mon Mar 21 18:14:00 2005 UTC | |
|---|---|---|
| # | Line 92 load_bbsnet_conf (const char *file_confi | Line 92 load_bbsnet_conf (const char *file_confi |
| 92 | p_menuitem->name[0] = | p_menuitem->name[0] = |
| 93 | (item_count < MAXSTATION / 2 ? 'A' + item_count : 'a' + item_count); | (item_count < MAXSTATION / 2 ? 'A' + item_count : 'a' + item_count); |
| 94 | p_menuitem->name[1] = '\0'; | p_menuitem->name[1] = '\0'; |
| 95 | sprintf (p_menuitem->text, "1;36m%c.[m %s", | sprintf (p_menuitem->text, "[1;36m%c.[m %s", |
| 96 | p_menuitem->name[0], bbsnet_conf[item_count].host1); | p_menuitem->name[0], bbsnet_conf[item_count].host1); |
| 97 | ||
| 98 | item_count++; | item_count++; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |