Selecting a crtc by index was failing to match a crtc.
authorKeith Packard <keithp@neko.keithp.com>
Sun, 11 Feb 2007 02:27:06 +0000 (18:27 -0800)
committerKeith Packard <keithp@neko.keithp.com>
Sun, 11 Feb 2007 02:27:06 +0000 (18:27 -0800)
commitd707822aab19a0a8fe08f03300fdd9d4e206871e
treeb1d746245172dbb5d6bf585aac358c225a71c8f0
parent89bf2c3c0e17c67adc3e2fdca54f0e8254dc8968
Selecting a crtc by index was failing to match a crtc.

--crtc <index> would fail to match because of a logic bug using & instead of
&&.
xrandr.c