mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 20:15:11 +00:00
trivial: Fix compile with AppStreamGlib git master
This commit is contained in:
parent
c6ff8fa574
commit
e00d70dabe
@ -669,7 +669,10 @@ fu_main_daemon_update_metadata (FuMainPrivate *priv, gint fd, gint fd_sig, GErro
|
|||||||
/* merge in the new contents */
|
/* merge in the new contents */
|
||||||
g_debug ("Store was %i size", as_store_get_size (store));
|
g_debug ("Store was %i size", as_store_get_size (store));
|
||||||
if (!as_store_from_xml (store,
|
if (!as_store_from_xml (store,
|
||||||
g_bytes_get_data (bytes, NULL), -1,
|
g_bytes_get_data (bytes, NULL),
|
||||||
|
#if !AS_CHECK_VERSION(0,5,0)
|
||||||
|
-1,
|
||||||
|
#endif
|
||||||
NULL, error))
|
NULL, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
g_debug ("Store now %i size", as_store_get_size (store));
|
g_debug ("Store now %i size", as_store_get_size (store));
|
||||||
|
Loading…
Reference in New Issue
Block a user