https://bugs.freedesktop.org/show_bug.cgi?id=95456

--- Comment #1 from Stefan Dirsch <[email protected]> ---
(In reply to Jiri Slaby from comment #0)
> Created attachment 123829 [details] [review]
> patch
> 
> This is bad:
>     if (priv && (priv->screens != NULL)
>        && (screen >= 0) && (screen <= ScreenCount(dpy))
> It should write:
>     if (priv && (priv->screens != NULL)
>        && (screen >= 0) && (screen < ScreenCount(dpy))
> 
> 
> I have sent a patch to [email protected], but it is moderated
> and I am not sure it went through.

It did. You even got a 'Reviewed-by' by ajax.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to