*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-06-30 21:38:28 +00:00
parent 6fb43fe3f3
commit 845eee234f
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ namespace
{
// close the file before we open it with
// the new read/write privilages
i->file_ptr.reset();
assert(e.file_ptr.unique());
e.file_ptr.reset();
e.file_ptr.reset(new file(p, m));
e.mode = m;