From 258af4f8c096d434735d4e8907cc2aaa8f6124fc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Feb 2004 03:57:36 +0000 Subject: * io.c (pipe_open): fix typo. * win32/win32.c (CreateChild): first argument to CreateProcess() must have path, not just basename. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 8e1a58bef..3568228a8 100644 --- a/io.c +++ b/io.c @@ -2682,7 +2682,7 @@ pipe_open(argc, argv, pname, mode) #endif rb_thread_sleep(1); break; - defined: + default: rb_sys_fail(pname); break; } -- cgit