vn-tools / arc_unpacker

CLI tool for extracting images and sounds from visual novels.
GNU General Public License v3.0
562 stars 83 forks source link

Fix file_byte_stream read-write permission #74

Closed Javantea closed 7 years ago

Javantea commented 7 years ago

Fix file_byte_stream so that read-only files can be read with read-only permission "rb" instead of read-write permission "r+b". Otherwise, read-only files are not read.

rr- commented 7 years ago

Merged, thanks (adjusted commit message to match convention)