mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
core: replace "%lx" by "%p" in debug of windows
This commit is contained in:
@@ -240,7 +240,7 @@ debug_windows_tree_display (struct t_gui_window_tree *tree, int indent)
|
||||
snprintf (format,
|
||||
sizeof (format),
|
||||
"%%-%dsnode: "
|
||||
"0x%%lx, "
|
||||
"%%p, "
|
||||
"parent:%%p, "
|
||||
"pct:%%d, "
|
||||
"horizontal:%%d, "
|
||||
|
||||
Reference in New Issue
Block a user