mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
utils: Fix flatpak_bundle_load typo
If we failed to look up the app metadata we would clear out a different out argument instead.
This commit is contained in:
@@ -4249,7 +4249,7 @@ flatpak_bundle_load (GFile *file,
|
||||
if (app_metadata != NULL)
|
||||
{
|
||||
if (!g_variant_lookup (metadata, "metadata", "s", app_metadata))
|
||||
*runtime_repo = NULL;
|
||||
*app_metadata = NULL;
|
||||
}
|
||||
|
||||
if (gpg_keys != NULL)
|
||||
|
||||
Reference in New Issue
Block a user