mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/socket/socket.c (socks_init): typo fixed. a patch from Sven
Klemm <sven at c3d2.de>. [ruby-core:08770] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54b7c5d560
commit
85c476a342
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Sep 1 21:41:12 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* ext/socket/socket.c (socks_init): typo fixed. a patch from Sven
|
||||
Klemm <sven at c3d2.de>. [ruby-core:08770]
|
||||
|
||||
Fri Sep 1 14:22:42 2006 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* array.c (rb_ary_shuffle): RDoc fixed.
|
||||
|
|
|
@ -1300,7 +1300,7 @@ tcp_init(int argc, VALUE *argv, VALUE sock)
|
|||
|
||||
#ifdef SOCKS
|
||||
static VALUE
|
||||
socks_init(VALUE sock, VALUE host, VALUEserv)
|
||||
socks_init(VALUE sock, VALUE host, VALUE serv)
|
||||
{
|
||||
static init = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue