浏览代码

whoops, lost _offset assignment

David Rose 15 年之前
父节点
当前提交
dbf690e844
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      panda/src/express/multifile.cxx

+ 1 - 0
panda/src/express/multifile.cxx

@@ -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();
 }