diff options
Diffstat (limited to 'unpack/rdsquashfs.c')
-rw-r--r-- | unpack/rdsquashfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unpack/rdsquashfs.c b/unpack/rdsquashfs.c index 5ef367b..2f84264 100644 --- a/unpack/rdsquashfs.c +++ b/unpack/rdsquashfs.c @@ -128,8 +128,7 @@ int main(int argc, char **argv) } if (sqfs_data_reader_dump(opt.cmdpath, data, n->inode, - STDOUT_FILENO, - super.block_size, false)) { + stdout, super.block_size, false)) { goto out; } break; |