diff options
| author | ruki <[email protected]> | 2023-12-01 00:51:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-01 00:51:30 +0800 |
| commit | dff921a04e494a03ce68a08b70768b41c227d089 (patch) | |
| tree | b0ad56d7b7978acd9829fd8a9108f1f3d52d5d97 | |
| parent | f37de48cc3c015c429453c2ffdfd0d527c58cc87 (diff) | |
fix #4454
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index 6076d4063..e8fb849fd 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -75,7 +75,7 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLEN 1 -#define TB_CONFIG_LIBC_HAVE_WCSNLEN 1 +#define TB_CONFIG_LIBC_HAVE_WCSNLEN 0 #define TB_CONFIG_LIBC_HAVE_WCSSTR 1 /* #undef TB_CONFIG_LIBC_HAVE_WCSCASESTR */ #define TB_CONFIG_LIBC_HAVE_WCSCMP 1 |
