PhysicalDisk: fix temp output in custom formation

I hate `void *`
This commit is contained in:
李通洲
2024-05-03 20:48:51 +08:00
parent 648530ee8f
commit 3a990e495b
+1 -1
View File
@@ -117,7 +117,7 @@ void ffPrintPhysicalDisk(FFPhysicalDiskOptions* options)
{FF_FORMAT_ARG_TYPE_STRING, removableType},
{FF_FORMAT_ARG_TYPE_STRING, readOnlyType},
{FF_FORMAT_ARG_TYPE_STRBUF, &dev->revision},
{FF_FORMAT_ARG_TYPE_DOUBLE, &tempStr},
{FF_FORMAT_ARG_TYPE_STRBUF, &tempStr},
}));
}
++index;