windows: fix flags assignment in uv_fs_readdir()
This commit is contained in:
parent
779b8d81e9
commit
bdc828972a
@ -1672,7 +1672,7 @@ int uv_fs_readdir(uv_loop_t* loop, uv_fs_t* req, const char* path, int flags,
|
||||
return uv_translate_sys_error(err);
|
||||
}
|
||||
|
||||
req->file_flags;
|
||||
req->file_flags = flags;
|
||||
|
||||
if (cb) {
|
||||
QUEUE_FS_TP_JOB(loop, req);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user