* 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
@ -5056,7 +5056,7 @@ rb_w32_read(int fd, void *buf, size_t size)
|
|||||||
/* get rid of console reading bug */
|
/* get rid of console reading bug */
|
||||||
if (isconsole) {
|
if (isconsole) {
|
||||||
if (start)
|
if (start)
|
||||||
len = min(16*1024, size);
|
len = 1;
|
||||||
else {
|
else {
|
||||||
len = 0;
|
len = 0;
|
||||||
start = 1;
|
start = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user