summaryrefslogtreecommitdiff
path: root/deps/uv/test/runner-win.c
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-09 09:20:29 -0800
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-09 09:42:12 -0800
commit9d72a742e3c35c13e24e69184a4befe5a7e84fef (patch)
tree6ae3ccfdd4eadab8bbed873591a2436f774011a1 /deps/uv/test/runner-win.c
parent0c68604823ef71526aad604377f5a7db5d3dfb90 (diff)
downloadandroid-node-v8-9d72a742e3c35c13e24e69184a4befe5a7e84fef.tar.gz
android-node-v8-9d72a742e3c35c13e24e69184a4befe5a7e84fef.tar.bz2
android-node-v8-9d72a742e3c35c13e24e69184a4befe5a7e84fef.zip
uv: upgrade 8c78cb4
Diffstat (limited to 'deps/uv/test/runner-win.c')
-rw-r--r--deps/uv/test/runner-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/test/runner-win.c b/deps/uv/test/runner-win.c
index 6b6d500c44..d2a986a714 100644
--- a/deps/uv/test/runner-win.c
+++ b/deps/uv/test/runner-win.c
@@ -135,7 +135,7 @@ int process_start(char *name, char *part, process_info_t *p) {
p->stdio_in = nul;
p->stdio_out = file;
p->process = pi.hProcess;
- p->name = name;
+ p->name = part;
return 0;