From 7a5977b5d61186baaa71b19349f3fdfa41e6042e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 7 Jun 2011 18:37:27 +0200 Subject: Upgrade libuv to e58a1abff02d7bacf89a56de9050e27690a97bc5 --- deps/uv/test/runner-win.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/uv/test/runner-win.c') diff --git a/deps/uv/test/runner-win.c b/deps/uv/test/runner-win.c index a91b7d5f5e..09458a6b5c 100644 --- a/deps/uv/test/runner-win.c +++ b/deps/uv/test/runner-win.c @@ -47,6 +47,8 @@ void platform_init(int argc, char **argv) { /* Disable stdio output buffering. */ setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0); + + strcpy(executable_path, argv[0]); } -- cgit v1.2.3