From e482360eba09f68255dc267efe978399a162e709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 14 Jun 2024 18:02:45 +0200 Subject: [PATCH] core: replace "%lx" by "%p" in debug of windows --- src/core/core-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-debug.c b/src/core/core-debug.c index f61ed979f..7148cbfb4 100644 --- a/src/core/core-debug.c +++ b/src/core/core-debug.c @@ -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, "