Commit 06a97e5d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a72d15fb
......@@ -20,7 +20,6 @@ type XReader struct {
var EIO = errors.New("input/output error")
func (r *XReader) ReadAt(p []byte, pos int64) (n int, err error) {
//pos0 := pos
for n < len(p) && pos < 0x100 {
if 100 <= pos && pos <= 104 {
err = EIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment