mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 09:58:03 +02:00
CPU (Linux): disables printing package count by default
The detection code is problematic. Let's hide the package count before we can find the root cause.
This commit is contained in:
@@ -47,10 +47,6 @@ bool ffPrintCPU(FFCPUOptions* options) {
|
||||
|
||||
FF_STRBUF_AUTO_DESTROY str = ffStrbufCreate();
|
||||
|
||||
if (cpu.packages > 1) {
|
||||
ffStrbufAppendF(&str, "%u x ", cpu.packages);
|
||||
}
|
||||
|
||||
if (cpu.name.length > 0) {
|
||||
ffStrbufAppend(&str, &cpu.name);
|
||||
} else if (cpu.vendor.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user