mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
PhysicalMemory: fix output format
This commit is contained in:
@@ -44,7 +44,7 @@ void ffPrintPhysicalMemory(FFPhysicalMemoryOptions* options)
|
||||
if (device->maxSpeed > 0)
|
||||
printf("-%u", device->maxSpeed);
|
||||
if (device->runningSpeed > 0 && device->runningSpeed != device->maxSpeed)
|
||||
printf(" at %u MT/s\n", device->runningSpeed);
|
||||
printf(" @ %u MT/s", device->runningSpeed);
|
||||
if (device->vendor.length > 0)
|
||||
printf(" (%s)", device->vendor.chars);
|
||||
if (device->ecc)
|
||||
|
||||
Reference in New Issue
Block a user