diff options
Diffstat (limited to 'src/gui/gui-input.c')
-rw-r--r-- | src/gui/gui-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index b083637ab..47c8fad04 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -159,7 +159,7 @@ gui_input_text_changed_modifier_and_signal (struct t_gui_buffer *buffer, /* send modifier, and change input if needed */ snprintf (str_buffer, sizeof (str_buffer), - "0x%lx", (long unsigned int)buffer); + "0x%lx", (unsigned long)buffer); new_input = hook_modifier_exec (NULL, "input_text_content", str_buffer, |