Parent Directory
|
Revision Log
|
Patch
| Revision 1.16 by sysadm, Mon May 5 11:46:04 2025 UTC | Revision 1.17 by sysadm, Mon May 5 14:27:57 2025 UTC | |
|---|---|---|
| # | Line 104 int load_conf(const char *conf_file) | Line 104 int load_conf(const char *conf_file) |
| 104 | } | } |
| 105 | if (strcmp(c_name, "bbs_port") == 0) | if (strcmp(c_name, "bbs_port") == 0) |
| 106 | { | { |
| 107 | fscanf(fin, "%ud", &BBS_port); | fscanf(fin, "%hu", &BBS_port); |
| 108 | } | } |
| 109 | if (strcmp(c_name, "bbs_max_client") == 0) | if (strcmp(c_name, "bbs_max_client") == 0) |
| 110 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |