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;
|
GVariant *metadata = NULL;
|
||||||
ParsedDirectoryData *child_dir = 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);
|
&dirname, &tree_checksum, &meta_checksum);
|
||||||
|
|
||||||
if (!parse_tree (self, tree_checksum, &child_tree, error))
|
if (!parse_tree (self, tree_checksum, &child_tree, error))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue