mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
return
This commit is contained in:
parent
a46f311762
commit
1efe9cc41e
@ -50,6 +50,7 @@ namespace data
|
||||
if (m_BufferLen < 40)
|
||||
{
|
||||
LogPrint("File", filename, " is malformed");
|
||||
return;
|
||||
}
|
||||
s.seekg(0, std::ios::beg);
|
||||
s.read(m_Buffer,m_BufferLen);
|
||||
|
Loading…
Reference in New Issue
Block a user