Re: [dwm] [PATCH] small fix in propertynotify

From: Peter Hartlich <sgkkr_AT_hartlich.com>
Date: Thu, 12 Feb 2009 18:16:05 +0100

Hi,

> - if((ev->window == root) && (ev->atom = XA_WM_NAME))
> + if((ev->window == root) && (ev->atom == XA_WM_NAME))

Why not remove the inner parens as well? Without them, gcc would have
noticed.

Regards,
Peter
Received on Thu Feb 12 2009 - 17:16:05 UTC

This archive was generated by hypermail 2.2.0 : Thu Feb 12 2009 - 17:24:04 UTC