Rename xy function

This commit is contained in:
Aoran Zeng
2024-11-21 20:17:24 +08:00
parent 5d7a13a56b
commit d7cc74c494
7 changed files with 18 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ pl_rust_cargo_setsrc (char *option)
"[source.mirror]\n"
"registry = \"sparse+", source.url, "\"");
chsrc_note2 (xy_strjoin (3, "请您手动写入以下内容到 ", xy_uniform_path ("~/.cargo/config.toml"), " 文件中:"));
chsrc_note2 (xy_strjoin (3, "请您手动写入以下内容到 ", xy_normalize_path ("~/.cargo/config.toml"), " 文件中:"));
puts (file);
chsrc_conclude (&source, SetsrcType_Manual);
}