xkbutils: Changes to 'master'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat May 7 21:44:40 PDT 2011


 LED.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e3092ad9d9742630aa34044c7a37802ccfc6ee61
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Sat May 7 21:41:13 2011 -0700

    Fix typo in SetValues which could fail to detect a change if only width/height changed
    
    LED.c:249:25: warning: Both operands to '!=' always have the same value
            || curlw->core.height           != curlw->core.height) {
               ~~~~~~~~~~~~~~~~~~           ^  ~~~~~~~~~~~~~~~~~~
    LED.c:248:24: warning: Both operands to '!=' always have the same value
            || curlw->core.width            != curlw->core.width
               ~~~~~~~~~~~~~~~~~            ^  ~~~~~~~~~~~~~~~~~
    
    Found-by: clang static analyzer
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list