CheckOther: Use %op% in CheckUnsignedDivision

This commit is contained in:
Daniel Marjamäki 2011-04-10 11:31:04 +02:00
parent ad8fb37fb0
commit ec5ddb16b4
1 changed files with 1 additions and 1 deletions

View File

@ -928,7 +928,7 @@ void CheckOther::checkUnsignedDivision()
}
}
else if (Token::Match(tok, "[([=*/+-,] %num% / %var%"))
else if (Token::Match(tok, "(|[|=|%op% %num% / %var%"))
{
if (tok->strAt(1)[0] == '-')
{