Fix bug I introduced in rv727

This commit is contained in:
Nicolas Le Cam 2008-12-21 12:22:30 +00:00
parent cbf9067de0
commit 12aceca138
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ void CheckBufferOverrunClass::CheckBufferOverrun_CheckScope( const TOKEN *tok, c
while (tok2 && !TOKEN::Match(tok2,")"))
tok2 = tok2->next();
if (!tok2 || !(tok2->tokAt(5)))
if (!(tok2->tokAt(5)))
break;
std::ostringstream pattern;