diff options
author | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-27 20:20:20 +0100 |
commit | f2590365561991f352091a12178bfd074ce3256a (patch) | |
tree | 74a44ba79fb7eee93a7f5bb2404543cb510a3169 /c_init.go | |
parent | not quite clean (diff) | |
download | hardflip-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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) } } } |