We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb48c12 commit 21c76f3Copy full SHA for 21c76f3
src/modules/chassis.c
@@ -30,7 +30,7 @@ void ffPrintChassis(FFinstance* instance)
30
ffStrbufInitCopy(&output, &result.chassisType);
31
32
if(result.chassisVersion.length > 0)
33
- ffStrbufAppendF(&output, " (%s)", &result.chassisVersion);
+ ffStrbufAppendF(&output, " (%s)", &result.chassisVersion.chars);
34
35
ffStrbufPutTo(&output, stdout);
36
0 commit comments