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 648530e commit 3a990e4Copy full SHA for 3a990e4
src/modules/physicaldisk/physicaldisk.c
@@ -117,7 +117,7 @@ void ffPrintPhysicalDisk(FFPhysicalDiskOptions* options)
117
{FF_FORMAT_ARG_TYPE_STRING, removableType},
118
{FF_FORMAT_ARG_TYPE_STRING, readOnlyType},
119
{FF_FORMAT_ARG_TYPE_STRBUF, &dev->revision},
120
- {FF_FORMAT_ARG_TYPE_DOUBLE, &tempStr},
+ {FF_FORMAT_ARG_TYPE_STRBUF, &tempStr},
121
}));
122
}
123
++index;
0 commit comments