summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-20 03:57:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-20 03:57:36 +0000
commit258af4f8c096d434735d4e8907cc2aaa8f6124fc (patch)
tree5bf2037ba83b9934f9a8d33ffe89c516c7b57d6c /io.c
parenta66b647f0cf23b3f331e0671631dd7d12da9807d (diff)
downloadruby-258af4f8c096d434735d4e8907cc2aaa8f6124fc.tar.gz
ruby-258af4f8c096d434735d4e8907cc2aaa8f6124fc.tar.xz
ruby-258af4f8c096d434735d4e8907cc2aaa8f6124fc.zip
* 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
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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;
}