aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-05 20:20:20 +0100
commit133c9834756328c4314dc74e341bf9589251b947 (patch)
tree551225eb8b198927747e30361bc9a4edb4a3a59a /c_init.go
parentawy (diff)
downloadhardflip-133c9834756328c4314dc74e341bf9589251b947.tar.gz
hardflip-133c9834756328c4314dc74e341bf9589251b947.tar.bz2
hardflip-133c9834756328c4314dc74e341bf9589251b947.tar.xz
hardflip-133c9834756328c4314dc74e341bf9589251b947.tar.zst
hardflip-133c9834756328c4314dc74e341bf9589251b947.zip
turns out we need litems in the end
Diffstat (limited to '')
-rw-r--r--c_init.go2
1 files changed, 1 insertions, 1 deletions
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++
}