Skip to content

Commit 0acf8bd

Browse files
Update checkstl.cpp
1 parent 995627c commit 0acf8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/checkstl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ static bool isc_strAssignment(const Token* tok)
19961996
const Token* strTok = tok->astOperand1();
19971997
if (!strTok || !strTok->valueType())
19981998
return false;
1999-
return isc_strCall(tok->astOperand2(), strTok->valueType()->container);
1999+
return isc_strCall(tok->astOperand2(), strTok->valueType()->container);
20002000
}
20012001

20022002
static bool isc_strConstructor(const Token* tok)

0 commit comments

Comments
 (0)