Skip to content

Commit 058fc62

Browse files
committed
重命名为 chsrc_framework_init()
1 parent 224021f commit 058fc62

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/chsrc-main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* ------------------------------------------------------------*/
4040

4141
#define Chsrc_Version "0.2.2.3-dev5"
42-
#define Chsrc_Release_Date "2025/08/20"
42+
#define Chsrc_Release_Date "2025/08/21"
4343
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
4444
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
4545

@@ -635,7 +635,7 @@ get_target (const char *input, TargetOp code, char *option)
635635
int
636636
main (int argc, char const *argv[])
637637
{
638-
chsrc_framework_prelude ();
638+
chsrc_framework_init ();
639639

640640
argc -= 1;
641641

src/framework/core.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* | Yangmoooo <[email protected]>
1010
* |
1111
* Created On : <2023-08-29>
12-
* Last Modified : <2025-08-20>
12+
* Last Modified : <2025-08-21>
1313
*
1414
* chsrc framework
1515
* ------------------------------------------------------------*/
@@ -210,9 +210,9 @@ chsrc_alert2 (const char *str)
210210

211211

212212
void
213-
chsrc_framework_prelude ()
213+
chsrc_framework_init ()
214214
{
215-
xy_use_utf8 ();
215+
xy_init ();
216216

217217
ProgStatus.contributors = xy_map_new ();
218218
}

0 commit comments

Comments
 (0)