diff options
Diffstat (limited to 'tar/sqfs2tar.c')
-rw-r--r-- | tar/sqfs2tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tar/sqfs2tar.c b/tar/sqfs2tar.c index 331a907..aaef0f7 100644 --- a/tar/sqfs2tar.c +++ b/tar/sqfs2tar.c @@ -310,7 +310,7 @@ static int write_tree_dfs(const sqfs_tree_node_t *n) return -1; } - if (padd_file(STDOUT_FILENO, sb.st_size, 512)) { + if (padd_file(STDOUT_FILENO, sb.st_size)) { free(name); return -1; } |