mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 22:57:23 +08:00
General refactoring
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user