Fix Travis build
This commit is contained in:
parent
c6cadf5252
commit
6313304f77
|
@ -149,8 +149,8 @@ static bool isVariableComparison(const Token *tok, const std::string &comp, cons
|
|||
std::string s = tok->str();
|
||||
if (s[0] == '>')
|
||||
s[1] = '<';
|
||||
else if (s[0] == '>')
|
||||
s[1] = '<';
|
||||
else if (s[0] == '<')
|
||||
s[1] = '>';
|
||||
if (s == comp) {
|
||||
*vartok = tok->astOperand2();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue