Skip to content

Commit 64b5df6

Browse files
committed
修复测试文件 fw.c
1 parent 7b18dfe commit 64b5df6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/fw.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/** ------------------------------------------------------------
22
* SPDX-License-Identifier: GPL-3.0-or-later
33
* -------------------------------------------------------------
4-
* File Authors : Aoran Zeng <[email protected]>
5-
* Contributors : Nil Null <[email protected]>
4+
* File Authors : 曾奥然 <[email protected]>
5+
* Contributors : Nil Null <[email protected]>
66
* Created On : <2024-12-14>
7-
* Last Modified : <2025-07-21>
7+
* Last Modified : <2025-08-27>
88
*
99
* 该文件最好启用 DEBUG mode 编译
1010
* ------------------------------------------------------------*/
@@ -21,7 +21,8 @@ main (int argc, char const *argv[])
2121
say (Chsrc_Version);
2222
return 0;
2323
}
24-
xy_useutf8();
24+
25+
xy_init ();
2526

2627
br();
2728
chsrc_log ("chsrc_log");

0 commit comments

Comments
 (0)