1
0
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:
Sébastien Helleu
2024-06-14 18:02:45 +02:00
parent e64ab3c675
commit e482360eba
+1 -1
View File
@@ -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, "