|
From: | Jeff Abrahamson |
Subject: | Re: [RP] ratpoison-1.4.6 bug report |
Date: | Wed, 17 Sep 2014 09:19:58 +0200 |
> On 8 September 2014 21:30, David Binderman <address@hidden> wrote:
>
>> Hello there,
>>
>> This bug is also in trunk. I just checked.
>>
>> xinerama.c:50:56: warning: logical not is only applied to the left hand
>> side of comparison [-Wlogical-not-parentheses]
>>
>> if (!XineramaQueryVersion(dpy, &major, &minor) != Success) {
>> return;
>> }
>>
>> Clearly some dubious sanity checking code. Suggest code rework.
Dubious, but how incorrect is it?
[Prev in Thread] | Current Thread | [Next in Thread] |