diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ void display_cpu() { double fmt; FILE *fp = fopen("/sys/devices/system/cpu/cpu0/cpufreq/bios_limit", "r"); if (fp == NULL) { - perror("Error opening file"); + perror("失敗"); return; } |