From 0a22a40a5422a027da3be1ebe9795e294ddb47cc Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 21 Apr 1998 08:37:03 +0000 Subject: IO#binmode git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@178 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 dea947e1fa..bd35ae77f5 100644 --- a/io.c +++ b/io.c @@ -820,7 +820,7 @@ io_binmode(io) fptr->mode |= FMODE_BINMODE; #endif - return INT2FIX(0); + return io; } int -- cgit v1.2.3