Merge branch 'master' into decompile_battle_3

This commit is contained in:
DizzyEggg 2017-07-29 21:32:34 +02:00
commit 3e48a5af6c

View File

@ -137,7 +137,7 @@ std::string AsmFile::ReadPath()
FATAL_INPUT_ERROR("path is too long");
}
return std::string(m_buffer, startPos, length);
return std::string(m_buffer + startPos, length);
}
void AsmFile::SkipEndOfLineComment()