mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
[v1.05] Fix several issues in ARM
This commit is contained in:
@@ -46,7 +46,7 @@ int64_t measure_max_frequency(uint32_t core) {
|
||||
}
|
||||
|
||||
const char* frequency_banner = "cpufetch is measuring the max frequency...";
|
||||
printf(frequency_banner);
|
||||
printf("%s", frequency_banner);
|
||||
fflush(stdout);
|
||||
|
||||
clockid_t clock = CLOCK_PROCESS_CPUTIME_ID;
|
||||
|
||||
Reference in New Issue
Block a user