mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-04-23 20:54:13 +08:00
fix: strjoin number
This commit is contained in:
parent
5535082bd7
commit
5ffa365c9d
@ -668,7 +668,7 @@ select_mirror_autoly (SourceInfo *sources, size_t size, const char *target_name)
|
||||
: " 目前唯一可用镜像站,感谢他们的慷慨支持";
|
||||
const char *name = CliOpt_InEnglish ? sources[fast_idx].mirror->abbr
|
||||
: sources[fast_idx].mirror->name;
|
||||
chsrc_succ (xy_strjoin (5, name, is, target_name, msg, " - ", sources[fast_idx].url));
|
||||
chsrc_succ (xy_strjoin (6, name, is, target_name, msg, " - ", sources[fast_idx].url));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user