Select Git revision
BLO_readfile.h

Vojtech Moravec authored
readCacheFileImpl would close the input stream, which caused the next read from that same stream to fail. Generally we shouldn't close stream which we didn't create.