Parent Directory
|
Revision Log
|
Patch
| Revision 1.28 by sysadm, Sat Jun 21 02:15:18 2025 UTC | Revision 1.29 by sysadm, Wed Jul 2 04:17:33 2025 UTC | |
|---|---|---|
| # | Line 174 int load_conf(const char *conf_file) | Line 174 int load_conf(const char *conf_file) |
| 174 | log_error("Ignore config bbs_start_dt with incorrect value\n"); | log_error("Ignore config bbs_start_dt with incorrect value\n"); |
| 175 | continue; | continue; |
| 176 | } | } |
| 177 | snprintf(BBS_start_dt, sizeof(BBS_start_dt), "%4sÄê%2sÔÂ%2sÈÕ", y, m, d); | snprintf(BBS_start_dt, sizeof(BBS_start_dt), "%4så¹´%2s月%2sæ—¥", y, m, d); |
| 178 | } | } |
| 179 | else if (strcasecmp(p, "db_host") == 0) | else if (strcasecmp(p, "db_host") == 0) |
| 180 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |