diff options
Diffstat (limited to 'lib/io')
-rw-r--r-- | lib/io/src/std.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/src/std.c b/lib/io/src/std.c index c52b4c5..62635ec 100644 --- a/lib/io/src/std.c +++ b/lib/io/src/std.c @@ -23,7 +23,7 @@ int istream_open_stdin(sqfs_istream_t **out) { sqfs_file_handle_t hnd = GetStdHandle(STD_INPUT_HANDLE); - return sqfs_istream_open_handle(out, "stdin", hnd); + return sqfs_istream_open_handle(out, "stdin", hnd, 0); } int ostream_open_stdout(sqfs_ostream_t **out) |