mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
354c9187db
commit
07405e57b9
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ namespace data
|
|||
return false;
|
||||
}
|
||||
s.seekg(0, std::ios::beg);
|
||||
if (!m_Buffer) m_Buffer = new uint8_t[MAX_RI_BUFFER_SIZE];
|
||||
s.read((char *)m_Buffer, m_BufferLen);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue