Fix output format

This commit is contained in:
Aoran Zeng 2023-09-09 21:02:02 +08:00
parent 95fdce6b5c
commit bd7f416c67

View File

@ -196,6 +196,7 @@ lets_test_speed_ (source_info* sources, size_t size, const char* target)
speed = 0; speed = 0;
} else { } else {
printf ("%s",xy_strjoin(3, "chsrc: 测速 ", src.mirror->site , " ... ")); printf ("%s",xy_strjoin(3, "chsrc: 测速 ", src.mirror->site , " ... "));
fflush(stdout);
speed = test_speed_url (url); speed = test_speed_url (url);
} }
speeds[i] = speed; speeds[i] = speed;