Browse Source

whoops, lost _offset assignment

David Rose 15 years ago
parent
commit
dbf690e844
1 changed files with 1 additions and 0 deletions
  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);
   _read = new IStreamWrapper(multifile_stream, true);
   _owns_stream = true;
   _owns_stream = true;
   _multifile_name = multifile_name;
   _multifile_name = multifile_name;
+  _offset = offset;
   return read_index();
   return read_index();
 }
 }