mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-27 17:41:18 +08:00
Don't use printf in uv
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user