* win32/win32.c (rb_w32_read): rollback debug code of previous commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2010-12-02 04:49:28 +00:00
parent 6f3225f698
commit 77049334aa

View File

@ -5056,7 +5056,7 @@ rb_w32_read(int fd, void *buf, size_t size)
/* get rid of console reading bug */
if (isconsole) {
if (start)
len = min(16*1024, size);
len = 1;
else {
len = 0;
start = 1;