Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: n is not used in case of io.EOF (#97)
When a partial read occurs and io.EOF is returned, the file_offset or buf_idx does not advance. This appears to cause errors such as issue #71 in go-ntfs. It would be great if you could check this.
- Loading branch information