mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Chassis: fix compiler warnings
This commit is contained in:
@@ -30,7 +30,7 @@ void ffPrintChassis(FFinstance* instance)
|
||||
ffStrbufInitCopy(&output, &result.chassisType);
|
||||
|
||||
if(result.chassisVersion.length > 0)
|
||||
ffStrbufAppendF(&output, " (%s)", &result.chassisVersion);
|
||||
ffStrbufAppendF(&output, " (%s)", &result.chassisVersion.chars);
|
||||
|
||||
ffStrbufPutTo(&output, stdout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user