From b664caf25d01cd2c9882961a8eb5de77ae9dce4c Mon Sep 17 00:00:00 2001
From: obarun <eric@obarun.org>
Date: Sat, 15 Jan 2022 19:58:36 +1100
Subject: [PATCH] use new graph_build_g fucntion

---
 src/lib66/exec/ssexec_tree.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib66/exec/ssexec_tree.c b/src/lib66/exec/ssexec_tree.c
index c0460ebd..f9f9f794 100644
--- a/src/lib66/exec/ssexec_tree.c
+++ b/src/lib66/exec/ssexec_tree.c
@@ -1580,7 +1580,7 @@ int ssexec_tree(int argc, char const *const *argv, char const *const *envp, ssex
     if (!r && what.remove)
         log_dieusys(LOG_EXIT_SYS,"find tree: ", info->treename.s) ;
 
-    if (!graph_build(&graph, info->base.s, info->treename.s, DATA_TREE))
+    if (!graph_build_g(&graph, info->base.s, info->treename.s, DATA_TREE))
         log_dieu(LOG_EXIT_SYS,"build the graph") ;
 
     if (what.remove) {
-- 
GitLab