mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
PhysicalDisk: fix temp output in custom formation
I hate `void *`
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user