diff options
Diffstat (limited to 'src/gui/gui-bar.c')
-rw-r--r-- | src/gui/gui-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index adcda616b..8b58e6be0 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -387,7 +387,7 @@ gui_bar_check_conditions (struct t_gui_bar *bar, snprintf (str_modifier, sizeof (str_modifier), "bar_condition_%s", bar->name); snprintf (str_window, sizeof (str_window), - "0x%lx", (long unsigned int)(window)); + "0x%lx", (unsigned long)(window)); str_displayed = hook_modifier_exec (NULL, str_modifier, str_window, |