Commit e88ee95
committed
Fix buffer length in std::io::take
This only reads five bytes, so don't use a ten byte buffer, that's confusing.1 parent d019a49 commit e88ee95
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
0 commit comments