diff options
author | 諏訪子 <suwako@076.moe> | 2024-06-18 14:51:27 +0900 |
---|---|---|
committer | 諏訪子 <suwako@076.moe> | 2024-06-18 14:51:27 +0900 |
commit | cfc9d105e6b808922a5dc8c357225a9fba1236e2 (patch) | |
tree | 88d79d63b73ada991148f65d97e842a315d8766d /src/cpu.c | |
parent | 3d1ebf7ac8f9bbc19b62e9e8327f6c3cdb13550f (diff) | |
parent | 45597e432f9c683b91ed6f424ad70d96a537fb83 (diff) |
Merge branch 'master' of gitler.moe:suwako/farfetch
Diffstat (limited to 'src/cpu.c')
-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; } |