From a5b371cfe73084236223ae8f3755d1a286f780ea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 13:18:45 +0000 Subject: [PATCH] blef --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index e9d0ce1a..82e51f4b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -432,7 +432,7 @@ void screen_update_struts() g_free(strut); strut = g_new0(Strut, screen_num_desktops + 1); - for (it = client_list; it; it = it->next) { + for (it = client_list; it != NULL; it = it->next) { Client *c = it->data; if (c->iconic) continue; /* these dont count in the strut */ -- 2.45.2