*** empty log message ***

This commit is contained in:
Arvid Norberg
2005-01-14 14:10:38 +00:00
parent b2fbb95c42
commit d0b9fe8778

View File

@@ -116,6 +116,7 @@ namespace
boost::shared_ptr<file> open_file(path const& p, file::open_mode m)
{
assert(p.is_complete());
typedef std::map<path, file_entry>::iterator iterator;
iterator i = m_files.find(p);
if (i != m_files.end())