diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | 133c9834756328c4314dc74e341bf9589251b947 (patch) | |
tree | 551225eb8b198927747e30361bc9a4edb4a3a59a /c_init.go | |
parent | awy (diff) | |
download | hardflip-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 'c_init.go')
-rw-r--r-- | c_init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++ } |