mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
removed redundant get() calls
This commit is contained in:
@@ -79,7 +79,7 @@ bool DiscBase::IPartition::Node::extractToDirectory(const SystemString& basePath
|
||||
{
|
||||
std::unique_ptr<IPartReadStream> rs = beginReadStream();
|
||||
std::unique_ptr<IFileIO::IWriteStream> ws = NewFileIO(path)->beginWriteStream();
|
||||
ws->copyFromDisc(*rs.get(), m_discLength);
|
||||
ws->copyFromDisc(*rs, m_discLength);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user