Merge branch 'master' of git@github.com:danmar/cppcheck

This commit is contained in:
Daniel Marjamäki 2010-02-23 21:27:26 +01:00
commit 4ef68546ef
1 changed files with 2 additions and 0 deletions

View File

@ -1291,6 +1291,8 @@ void Preprocessor::handleIncludes(std::string &code, const std::string &filename
fileOpened = true; fileOpened = true;
break; break;
} }
fin.clear();
} }
if (headerType == 1 && !fileOpened) if (headerType == 1 && !fileOpened)