From 626fbbf023617dc90e40746e01552a3c50c93b04 Mon Sep 17 00:00:00 2001 From: sabetts Date: Fri, 15 Sep 2000 04:34:13 +0000 Subject: minor change to update_window_name to get rid of a compiler warning when debugging messages are not enabled. --- src/manage.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/manage.c') diff --git a/src/manage.c b/src/manage.c index 90a3a2c..592200a 100644 --- a/src/manage.c +++ b/src/manage.c @@ -46,7 +46,6 @@ update_window_name (rp_window *win) XTextProperty text; char **name_list; int list_len; - int i; /* Don't overwrite the window name if the user specified one. */ if (win->named) return 0; @@ -63,11 +62,16 @@ update_window_name (rp_window *win) return 0; } + /* Sorta sick... */ #ifdef DEBUG - for (i=0; i