Don't use printf in uv

This commit is contained in:
Aoran Zeng
2025-07-26 20:49:47 +08:00
parent ff3e80c6ee
commit 61944e01de
2 changed files with 16 additions and 31 deletions

View File

@@ -1606,7 +1606,7 @@ chsrc_append_to_file (const char *str, const char *filename)
if (ret != 1)
{
char *msg = ENGLISH ? xy_2strjoin ("Write failed to ", file)
: xy_2strjoin ("写入文件失败: ", file);
: xy_2strjoin ("写入文件失败: ", file);
chsrc_error2 (msg);
exit (Exit_UserCause);
}