Parent Directory
|
Revision Log
|
Patch
| Revision 1.99 by sysadm, Wed Nov 5 01:04:05 2025 UTC | Revision 1.100 by sysadm, Wed Nov 5 02:48:48 2025 UTC | |
|---|---|---|
| # | Line 274 int bbs_main() | Line 274 int bbs_main() |
| 274 | } | } |
| 275 | ||
| 276 | // Set default charset | // Set default charset |
| 277 | if (io_conv_init(BBS_DEFAULT_CHARSET) < 0) | if (io_conv_init(BBS_default_charset) < 0) |
| 278 | { | { |
| 279 | log_error("io_conv_init(%s) error\n", BBS_DEFAULT_CHARSET); | log_error("io_conv_init(%s) error\n", BBS_default_charset); |
| 280 | goto cleanup; | goto cleanup; |
| 281 | } | } |
| 282 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |