diff options
Diffstat (limited to 'unpack')
| -rw-r--r-- | unpack/restore_fstree.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/unpack/restore_fstree.c b/unpack/restore_fstree.c index 1736c47..8aa283c 100644 --- a/unpack/restore_fstree.c +++ b/unpack/restore_fstree.c @@ -14,6 +14,7 @@ static int create_node(const sqfs_tree_node_t *n, int flags)  	if (!(flags & UNPACK_QUIET)) {  		name = sqfs_tree_node_get_path(n); +		canonicalize_name(name);  		printf("creating %s\n", name);  		free(name);  	} | 
