Re: [i3] Buggy conditional test?

  • From: Michael Stapelberg <michael@xxxxxxxx>
  • To: Marco Hunsicker <i3@xxxxxxxxxxxx>, i3-discuss@xxxxxxxxxxxxx
  • Date: Thu, 30 Jan 2014 11:07:53 +0100

Hi Marco,

Marco Hunsicker <i3@xxxxxxxxxxxx> writes:

if (con->window && con->window->name)
if (con->window && con->window->name != NULL)
These two lines do exactly the same thing in C.

--
Best regards,
Michael

Other related posts: