diff options
author | Joe <rbo@gmx.us> | 2024-01-11 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-11 20:20:20 +0100 |
commit | d13eed42bf459d5862d5f5762b3882bdedd18ceb (patch) | |
tree | e6d93065fa0a4192f3f85910ce2945271d7b1bfc /c_init.go | |
parent | up (diff) | |
download | hardflip-d13eed42bf459d5862d5f5762b3882bdedd18ceb.tar.gz hardflip-d13eed42bf459d5862d5f5762b3882bdedd18ceb.tar.bz2 hardflip-d13eed42bf459d5862d5f5762b3882bdedd18ceb.tar.xz hardflip-d13eed42bf459d5862d5f5762b3882bdedd18ceb.tar.zst hardflip-d13eed42bf459d5862d5f5762b3882bdedd18ceb.zip |
qwe
Diffstat (limited to 'c_init.go')
-rw-r--r-- | c_init.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -59,7 +59,6 @@ import ( type HardOpts struct { Icon bool Loop bool - FoldAll bool } // this function recurses into the specified root directory in order to load @@ -77,7 +76,7 @@ func c_recurse_data_dir(dir, root string, opts HardOpts, parent, depth, &HostList{}, - opts.FoldAll, + false, nil, } ldirs.add_back(&dir_node) |