General refactoring

This commit is contained in:
Ivan Morozov
2022-09-23 21:59:32 +03:00
parent a0970d0963
commit 029908f8a1
17 changed files with 98 additions and 115 deletions

View File

@ -71,7 +71,7 @@ void CFStream::CopyFrom(const Stream &input)
std::vector<BYTE> buffer(Length(input));
// if (input.CanSeek)
// if (CanSeek? )
{
input->seek(0, std::ios::beg);
}