From 133c9834756328c4314dc74e341bf9589251b947 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 5 Jan 2024 20:20:20 +0100 Subject: turns out we need litems in the end --- c_init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_init.go') diff --git a/c_init.go b/c_init.go index 06320aa..9c189c1 100644 --- a/c_init.go +++ b/c_init.go @@ -104,7 +104,7 @@ func c_recurse_data_dir(dir, root string, opts HardOpts, // item_node.Host = host_node // litems.add_back(&item_node) host_node.Filename = filename - host_node.Parent = &dir_node + // host_node.Parent = &dir_node dir_node.lhost.add_back(host_node) global_id++ } -- cgit v1.2.3