* io.c (fill_cbuf): Fix test-all crash.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-05-27 17:09:27 +00:00
parent 8858722dbd
commit 78271e8c72
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat May 28 02:06:26 2011 KOSAKI Motohiro <kosaki@KOSAKI-Motohiro-no-MacBook-Pro.local>
* io.c (fill_cbuf): Fix test-all crash.
Sat May 28 00:58:40 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/ostruct.rb (method_missing): Handle [] and []= correctly.

1
io.c
View File

@ -1720,6 +1720,7 @@ fill_cbuf(rb_io_t *fptr, int ec_flags)
}
}
}
return MORE_CHAR_FINISHED;
}
static VALUE