Чистка кода
This commit is contained in:
@@ -100,7 +100,7 @@ bool Lexer::readUnsafeString()
|
||||
|
||||
bool Lexer::readSafeString()
|
||||
{
|
||||
if ( m_buffer.size() < m_length + 2 )
|
||||
if ( m_buffer.size() - m_length < 2 )
|
||||
{
|
||||
return( false );
|
||||
}
|
||||
|
Reference in New Issue
Block a user