Use open/read/write/close for binary saves instead of iostreams
commit4c952beb3bbf873ee528d80a6d70e2749cddabf1
authorIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 10 Apr 2014 17:51:43 +0000 (10 20:51 +0300)
committerIlari Liusvaara <ilari.liusvaara@elisanet.fi>
Thu, 10 Apr 2014 19:51:42 +0000 (10 22:51 +0300)
tree1d955f55e5eb65285fcd6a30e2bf6346b012feb7
parent0e0989b5686ee7a25c43d1a9934bb6ef69a7b8bd
Use open/read/write/close for binary saves instead of iostreams
include/core/moviefile-common.hpp
include/core/moviefile.hpp
include/library/binarystream.hpp
src/core/moviefile-binary.cpp
src/core/moviefile-esave.cpp
src/core/moviefile.cpp
src/library/binarystream.cpp