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 | 845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3 (patch) | |
tree | 6149e067c9c0f78dc40c8605846659aa45c6c942 /c_hardflip.go | |
parent | gogo (diff) | |
download | hardflip-845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3.tar.gz hardflip-845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3.tar.bz2 hardflip-845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3.tar.xz hardflip-845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3.tar.zst hardflip-845f2d95dda04fbf0c2dbc67a1c74b35f54ff0e3.zip |
revert here if needed
Diffstat (limited to 'c_hardflip.go')
-rw-r--r-- | c_hardflip.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index ca3c76f..94e6211 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -58,7 +58,7 @@ type HardData struct { ui HardUI opts HardOpts data_dir string - folds map[*ItemsNode]*ItemsList + folds map[*DirsNode]*ItemsList } func main() { @@ -72,7 +72,7 @@ func main() { HardUI{}, opts, data_dir, - make(map[*ItemsNode]*ItemsList), + make(map[*DirsNode]*ItemsList), } i_ui(&data) } |