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