aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-27 20:20:20 +0100
commitf2590365561991f352091a12178bfd074ce3256a (patch)
tree74a44ba79fb7eee93a7f5bb2404543cb510a3169 /c_init.go
parentnot quite clean (diff)
downloadhardflip-f2590365561991f352091a12178bfd074ce3256a.tar.gz
hardflip-f2590365561991f352091a12178bfd074ce3256a.tar.bz2
hardflip-f2590365561991f352091a12178bfd074ce3256a.tar.xz
hardflip-f2590365561991f352091a12178bfd074ce3256a.tar.zst
hardflip-f2590365561991f352091a12178bfd074ce3256a.zip
dirty but that's the way
Diffstat (limited to 'c_init.go')
-rw-r--r--c_init.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_init.go b/c_init.go
index 336edfd..7eb82a6 100644
--- a/c_init.go
+++ b/c_init.go
@@ -98,6 +98,7 @@ func c_recurse_data_dir(dir, root string, opts HardOpts,
host_node.Filename = filename
host_node.Dir = &dir_node
dir_node.lhost.add_back(host_node)
+ litems.add_back(&item_node)
}
}
}