Revert the previous commit: "read: Limit skipped bytes by the file size if
commit52e782e360ba741313c94cffca95a39fdb7fbdda
authorYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Wed, 25 Mar 2015 18:06:04 +0000 (26 03:06 +0900)
committerYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Wed, 25 Mar 2015 18:06:04 +0000 (26 03:06 +0900)
tree99ea03d69f14734aba598b867e24898421640c92
parentea67ef755c46d723bda627f9f990a49685b6bfe0
Revert the previous commit: "read: Limit skipped bytes by the file size if
seekable."

bs->written is not reliable since growing files update it per filling the
buffer. So, there is assumption that isom_read_file() can't decide file
size until its success. There is no upper limiter for offsets for seek.
core/read.c