OS (Haiku): silence warnings

This commit is contained in:
李通洲
2025-02-12 00:43:33 +08:00
parent 5c5e12f0a7
commit 565934ba2e
+1 -1
View File
@@ -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?
}