修复测试文件 fw.c

This commit is contained in:
Aoran Zeng 2025-08-27 10:06:37 +08:00
parent 7b18dfee7b
commit 64b5df65b1
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -1,10 +1,10 @@
/** ------------------------------------------------------------ /** ------------------------------------------------------------
* SPDX-License-Identifier: GPL-3.0-or-later * SPDX-License-Identifier: GPL-3.0-or-later
* ------------------------------------------------------------- * -------------------------------------------------------------
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* Created On : <2024-12-14> * Created On : <2024-12-14>
* Last Modified : <2025-07-21> * Last Modified : <2025-08-27>
* *
* DEBUG mode * DEBUG mode
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
@ -21,7 +21,8 @@ main (int argc, char const *argv[])
say (Chsrc_Version); say (Chsrc_Version);
return 0; return 0;
} }
xy_useutf8();
xy_init ();
br(); br();
chsrc_log ("chsrc_log"); chsrc_log ("chsrc_log");