Fix bug about 'core dump' when 'chsrc ls ruby'

This commit is contained in:
guoheng
2026-03-16 20:50:45 +08:00
parent 6979f6d0c6
commit fdefa8543e

View File

@@ -372,7 +372,7 @@ cli_print_target_features (Target_t *target, const char *input_target_name)
default:
xy_unreached();
}
char *msg = xy_strcat (3, bdblue (" = "),
char *msg = xy_strcat (2, bdblue (" = "),
purple (xy_strcat (5, "默认作用域 | chsrc set -scope=default ", input_target_name, " (= ", default_scope_name ,")")));
puts (msg);
br();