mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
JsonConfig: fix compiler warnings
This commit is contained in:
parent
773c5b04c7
commit
9021c6ee82
@ -314,7 +314,7 @@ const char* ffParseGeneralJsonConfig(void)
|
||||
ffStrbufSetS(&config->osFile, yyjson_get_str(val));
|
||||
#elif defined(_WIN32)
|
||||
else if (ffStrEqualsIgnCase(key, "wmiTimeout"))
|
||||
config->wmiTimeout = yyjson_get_uint(val);
|
||||
config->wmiTimeout = (int32_t) yyjson_get_int(val);
|
||||
#endif
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user