raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [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 related	[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, other threads:[~2011-02-12  0:58 UTC | newest]

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

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/raindrops.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).