mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 12:12:59 +08:00
Merge
This commit is contained in:
commit
b97e97597c
7
chsrc.c
7
chsrc.c
|
@ -53,7 +53,7 @@ does_the_program_exist (char* check_cmd, char* progname)
|
|||
* @param target 目标名
|
||||
* @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
|
||||
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
|
||||
lets_test_speed_ (source_info* sources, size_t size, const char* target)
|
||||
{
|
||||
|
@ -1486,8 +1486,7 @@ print_supported_sources_for_target (source_info sources[])
|
|||
|
||||
|
||||
|
||||
|
||||
int
|
||||
void
|
||||
print_help ()
|
||||
{
|
||||
puts(xy_strjoin(3, "chsrc: Change Source (GPLv3) ",
|
||||
|
|
Loading…
Reference in New Issue
Block a user