1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-21 23:54:14 +00:00
This commit is contained in:
Meeh 2014-02-02 23:23:15 +01:00
parent a46f311762
commit 1efe9cc41e

View File

@ -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);