summaryrefslogtreecommitdiff
path: root/src/gui/gui-nicklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-nicklist.c')
-rw-r--r--src/gui/gui-nicklist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c
index f8c35a3a9..662cda038 100644
--- a/src/gui/gui-nicklist.c
+++ b/src/gui/gui-nicklist.c
@@ -70,7 +70,7 @@ gui_nicklist_send_signal (const char *signal, struct t_gui_buffer *buffer,
{
snprintf (str_args, length,
"0x%lx,%s",
- (long unsigned int)(buffer),
+ (unsigned long)(buffer),
(arguments) ? arguments : "");
(void) hook_signal_send (signal,
WEECHAT_HOOK_SIGNAL_STRING, str_args);