Browse Source

fixed typo

pull/1359/head
orignal 5 years ago
parent
commit
07405e57b9
  1. 1
      libi2pd/RouterInfo.cpp

1
libi2pd/RouterInfo.cpp

@ -115,6 +115,7 @@ namespace data @@ -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…
Cancel
Save