diff options
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar2sqfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 0c23b61..6f6ba21 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -214,7 +214,7 @@ int main(int argc, char **argv) if (data_writer_flush_fragments(data)) goto out; - fstree_sort(&fs); + tree_node_sort_recursive(fs.root); if (fstree_gen_inode_table(&fs)) goto out; |