]> git.lyx.org Git - features.git/commitdiff
Fix Clang 14 warning -Wbitwise-instead-of-logical
authorScott Kostyshak <skostysh@lyx.org>
Fri, 29 Apr 2022 01:06:37 +0000 (21:06 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 29 Apr 2022 01:40:00 +0000 (21:40 -0400)
Use the boolean operator '||' with bools instead of the bitwise
operator '|'.


No differences found