whoops, lost _offset assignment

This commit is contained in:
David Rose 2010-04-27 22:37:24 +00:00
parent 4930c9a6f2
commit dbf690e844

View File

@ -205,6 +205,7 @@ open_read(const Filename &multifile_name, const streampos &offset) {
_read = new IStreamWrapper(multifile_stream, true);
_owns_stream = true;
_multifile_name = multifile_name;
_offset = offset;
return read_index();
}