repo: Fix format string bug

This commit is contained in:
Colin Walters 2011-10-15 02:39:47 -04:00
parent 3eb77d4ce8
commit 7cffd09f6d

View File

@ -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))