Fixed insertion of files into an existing archive

This commit is contained in:
Robert Osfield
2004-11-07 12:13:56 +00:00
parent 1e0af60669
commit f44ecb1f65
3 changed files with 28 additions and 54 deletions

View File

@@ -134,7 +134,7 @@ class OSGDB_EXPORT Archive : public ReaderWriter
float _version;
Status _status;
std::ifstream _input;
std::ofstream _output;
std::fstream _output;
IndexBlockList _indexBlockList;
FileNamePositionMap _indexMap;