Rules: Switched from ::parseRuleTag to ::parseRuleSettings

This commit is contained in:
Paul Beckingham 2016-03-26 19:09:27 -04:00
parent 0fd109924f
commit 6abd6be7ab

View file

@ -305,7 +305,7 @@ void Rules::parseRule (const std::string& input)
// define tag xxx:
else if (tokens.size () >= 3 && tokens[1] == "tag")
parseRuleTag (lines);
parseRuleSettings (lines, "tag");
// define exclusions:
else if (tokens.size () == 2 && tokens[1] == "exclusions:")