lib/bindata/io.rb in bindata-2.4.3 vs lib/bindata/io.rb in bindata-2.4.4
- old
+ new
@@ -27,10 +27,10 @@
#-------------
private
def seekable?
@raw_io.pos
- rescue NoMethodError, Errno::ESPIPE, Errno::EPIPE
+ rescue NoMethodError, Errno::ESPIPE, Errno::EPIPE, Errno::EINVAL
nil
end
def seek(n)
seek_raw(buffer_limited_n(n))