mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
repo: Fix format string bug
This commit is contained in:
parent
3eb77d4ce8
commit
7cffd09f6d
@ -706,7 +706,7 @@ parse_tree (HacktreeRepo *self,
|
||||
GVariant *metadata = NULL;
|
||||
ParsedDirectoryData *child_dir = NULL;
|
||||
|
||||
g_variant_get_child (files_variant, i, "(sss)",
|
||||
g_variant_get_child (dirs_variant, i, "(sss)",
|
||||
&dirname, &tree_checksum, &meta_checksum);
|
||||
|
||||
if (!parse_tree (self, tree_checksum, &child_tree, error))
|
||||
|
Loading…
Reference in New Issue
Block a user