From 705eaae022904e7676b310e5cce0fbfa105c1d9e Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sun, 27 Nov 2022 16:58:04 +1100 Subject: [PATCH] adapt to resolve function parameter --- src/lib66/info/info_graph_display_tree.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/lib66/info/info_graph_display_tree.c b/src/lib66/info/info_graph_display_tree.c index 401c7820..f9233130 100644 --- a/src/lib66/info/info_graph_display_tree.c +++ b/src/lib66/info/info_graph_display_tree.c @@ -54,13 +54,7 @@ int info_graph_display_tree(char const *name, char const *obj) goto freed ; } - if (!auto_stra(&sa, SS_SYSTEM)) - goto freed ; - - if (!resolve_check(sa.s, name)) - goto freed ; - - if (!resolve_read(wres, sa.s, name)) + if (!resolve_read_g(wres, sa.s, name)) goto freed ; sa.len = 0 ; -- GitLab