* [PATCH] addrs are always an Array of Strings
@ 2011-02-12 0:46 Bryan McLellan
2011-02-12 0:58 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Bryan McLellan @ 2011-02-12 0:46 UTC (permalink / raw)
To: raindrops
---
ext/raindrops/linux_inet_diag.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index 04eaf39..9006428 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -320,7 +320,7 @@ static VALUE tcp_listener_stats(VALUE obj, VALUE addrs)
args.iov[2].iov_base = alloca(page_size);
if (TYPE(addrs) != T_ARRAY)
- rb_raise(rb_eArgError, "addrs must be an Array or String");
+ rb_raise(rb_eArgError, "addrs must be an Array of Strings");
rv = rb_hash_new();
ary = RARRAY_PTR(addrs);
--
1.7.0.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] addrs are always an Array of Strings
2011-02-12 0:46 [PATCH] addrs are always an Array of Strings Bryan McLellan
@ 2011-02-12 0:58 ` Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2011-02-12 0:58 UTC (permalink / raw)
To: raindrops
Acked and pushed, thanks Bryan!
--
Eric Wong
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, back to index
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-12 0:46 [PATCH] addrs are always an Array of Strings Bryan McLellan
2011-02-12 0:58 ` Eric Wong
raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
Archives are clonable:
git clone --mirror https://bogomips.org/raindrops-public
git clone --mirror http://ou63pmih66umazou.onion/raindrops-public
Example config snippet for mirrors
Newsgroups are available over NNTP:
nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops
note: .onion URLs require Tor: https://www.torproject.org/
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git