mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
6f3225f698
commit
77049334aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue