Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
windows: fix fall-through bug in init_child_stdio()
  • Loading branch information
piscisaureus committed Jun 2, 2012
1 parent d21fc6c commit 619686e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win/process.c
Expand Up @@ -1077,6 +1077,7 @@ static int init_child_stdio(uv_loop_t* loop, uv_process_options_t* options,

CHILD_STDIO_HANDLE(buffer, i) = child_handle;
CHILD_STDIO_CRT_FLAGS(buffer, i) = crt_flags;
break;
}

default:
Expand Down

0 comments on commit 619686e

Please sign in to comment.