mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
ephyr: fix checking the same expression twice
Probably was a copy-paste error. Intention is to check if the string is valid (i.e. not null and length isn't 0). fixes: #179 Signed-off-by: Steven Van Dorp <steven@vandorp.lu>
This commit is contained in:
committed by
Enrico Weigelt
parent
4267785e6f
commit
2ef1e7728e
@@ -732,7 +732,7 @@ ephyrPrintGrabShortcut(char* const out, size_t const out_size,
|
||||
EphyrKeybindToggleHostGrabKey == 0
|
||||
) || (
|
||||
EphyrTitleHostGrabKeyComboHint == 0 ||
|
||||
EphyrTitleHostGrabKeyComboHint == 0
|
||||
EphyrTitleHostGrabKeyComboHintLen == 0
|
||||
)
|
||||
) {
|
||||
/* grabbing disabled */
|
||||
|
||||
Reference in New Issue
Block a user