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 21c76f3 commit 7a6a2adCopy full SHA for 7a6a2ad
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.chars);
+ ffStrbufAppendF(&output, " (%s)", result.chassisVersion.chars);
34
35
ffStrbufPutTo(&output, stdout);
36
0 commit comments