mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 06:33:49 +00:00
Export the version_lowest_raw value correctly
This commit is contained in:
parent
4414866d38
commit
7eca2b2b16
@ -1920,7 +1920,7 @@ fwupd_device_to_variant_full(FwupdDevice *self, FwupdDeviceFlags flags)
|
||||
g_variant_builder_add(&builder,
|
||||
"{sv}",
|
||||
FWUPD_RESULT_KEY_VERSION_LOWEST_RAW,
|
||||
g_variant_new_uint64(priv->version_raw));
|
||||
g_variant_new_uint64(priv->version_lowest_raw));
|
||||
}
|
||||
if (priv->version_bootloader_raw > 0) {
|
||||
g_variant_builder_add(&builder,
|
||||
|
Loading…
Reference in New Issue
Block a user