mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
return
This commit is contained in:
parent
a46f311762
commit
1efe9cc41e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue