mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
OS (Haiku): silence warnings
This commit is contained in:
@@ -14,7 +14,7 @@ void ffDetectOSImpl(FFOSResult* os)
|
||||
|
||||
if (get_system_info(&info) != B_OK)
|
||||
return;
|
||||
ffStrbufAppendF(&os->version, "R%lld", info.kernel_version);
|
||||
ffStrbufAppendF(&os->version, "R%ld", info.kernel_version);
|
||||
|
||||
// TODO: check kernel resources?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user