WMaker: Fix logical-not operator in framewin.c
commit03ec24502d229803821cbf3bd795a244cfd54018
authorJohn D Pell <john@pell.cc>
Sun, 8 Aug 2021 07:36:13 +0000 (8 09:36 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 10 Aug 2021 08:42:43 +0000 (10 09:42 +0100)
tree8cce5f2f39f148da65ef6f93fea8a8db0716b22d
parent5c90ed9d2de575acb3e4272cf6e34c9fdca75cb9
WMaker: Fix logical-not operator in framewin.c

As reported by clang, (!wPreferences.new_style == TS_NEW) inverts the
"wPreferences.new_style" and not the whole expression. Use the appropriate
comparison operator to avoid misunderstanding.
src/framewin.c