Skip to content

Commit 53e2827

Browse files
committed
comment
1 parent f847f77 commit 53e2827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/suppressions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ std::list<SuppressionList::Suppression> polyspace::Parser::parse(const std::stri
771771
if (pos >= comment.size())
772772
break;
773773
extraComment = comment.substr(p1, pos-p1);
774-
pos = comment.find_first_not_of(" \t", pos + 1);
774+
pos = comment.find("polyspace", pos + 1);
775775
}
776776

777777
for (const std::string& errorId: ids) {

0 commit comments

Comments
 (0)