This commit is contained in:
Heng Guo 2023-09-06 17:09:52 +08:00
commit b97e97597c
2 changed files with 4 additions and 5 deletions

View File

@ -53,7 +53,7 @@ does_the_program_exist (char* check_cmd, char* progname)
* @param target * @param target
* @param input default def * @param input default def
*/ */
#define lets_find_mirror(s, input) does_the_input_mirror_exist(s##_sources, s##_sources_n, #s+3, input) #define lets_find_mirror(s, input) does_the_input_mirror_exist(s##_sources, s##_sources_n, (char*)#s+3, input)
int int
does_the_input_mirror_exist (source_info* sources, size_t size, char* target, char* input) does_the_input_mirror_exist (source_info* sources, size_t size, char* target, char* input)
{ {
@ -158,7 +158,7 @@ test_speed_url (const char* url)
} }
#define lets_test_speed(s) lets_test_speed_(s##_sources, s##_sources_n, #s+3) #define lets_test_speed(s) lets_test_speed_(s##_sources, s##_sources_n, (char*)#s+3)
int int
lets_test_speed_ (source_info* sources, size_t size, const char* target) lets_test_speed_ (source_info* sources, size_t size, const char* target)
{ {
@ -1486,8 +1486,7 @@ print_supported_sources_for_target (source_info sources[])
void
int
print_help () print_help ()
{ {
puts(xy_strjoin(3, "chsrc: Change Source (GPLv3) ", puts(xy_strjoin(3, "chsrc: Change Source (GPLv3) ",

View File

@ -443,7 +443,7 @@ os_netbsd_sources[] = {
* *
* TODO: 1. * TODO: 1.
*/ */
os_openeular_sources[] = { os_openeuler_sources[] = {
{&Ali, "https://mirrors.aliyun.com/openeuler/"}, {&Ali, "https://mirrors.aliyun.com/openeuler/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/openeuler/"},
{&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"}, {&Ustc, "https://mirrors.ustc.edu.cn/openeuler/"},