Skip to content

Commit 3a990e4

Browse files
committed
PhysicalDisk: fix temp output in custom formation
I hate `void *`
1 parent 648530e commit 3a990e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/physicaldisk/physicaldisk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void ffPrintPhysicalDisk(FFPhysicalDiskOptions* options)
117117
{FF_FORMAT_ARG_TYPE_STRING, removableType},
118118
{FF_FORMAT_ARG_TYPE_STRING, readOnlyType},
119119
{FF_FORMAT_ARG_TYPE_STRBUF, &dev->revision},
120-
{FF_FORMAT_ARG_TYPE_DOUBLE, &tempStr},
120+
{FF_FORMAT_ARG_TYPE_STRBUF, &tempStr},
121121
}));
122122
}
123123
++index;

0 commit comments

Comments
 (0)