Fix some logical-not-parentheses warnings

This commit is contained in:
Jon Trulson
2021-12-11 15:07:27 -07:00
parent 24a2f05138
commit c479fe7b9e
3 changed files with 4 additions and 4 deletions

View File

@@ -4003,8 +4003,8 @@ VacationCmd::parseVacationMessage()
for (hnd = env->getFirstHeader(error, &name, value);
error.isNotSet() && hnd;
hnd = env->getNextHeader(error, hnd, &name, value)) {
if (!strcmp(name, "Subject") == 0) {
if (strcmp(name, "Subject")) {
continue;
}
else {