1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-27 00:44:20 +00:00

fixed typo

This commit is contained in:
orignal 2019-05-25 14:58:10 -04:00
parent 354c9187db
commit 07405e57b9

View File

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