diff options
author | Joe <rbo@gmx.us> | 2024-01-12 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-12 20:20:20 +0100 |
commit | 186989bbfef77e74c5d1116bcb1ad196eab23d06 (patch) | |
tree | ff646356a45d6a62ae628e0f367cb8d1a6806fc5 /c_ldirs.go | |
parent | fix that (diff) | |
download | hardflip-186989bbfef77e74c5d1116bcb1ad196eab23d06.tar.gz hardflip-186989bbfef77e74c5d1116bcb1ad196eab23d06.tar.bz2 hardflip-186989bbfef77e74c5d1116bcb1ad196eab23d06.tar.xz hardflip-186989bbfef77e74c5d1116bcb1ad196eab23d06.tar.zst hardflip-186989bbfef77e74c5d1116bcb1ad196eab23d06.zip |
debug
Diffstat (limited to 'c_ldirs.go')
-rw-r--r-- | c_ldirs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ func (dir *DirsNode) count_hosts() int { } return dir.lhost.last.ID + 1 } + // return the number of hosts and subfolders of the dir // func (item *ItemsNode) count_elements(skip_folds bool, // folds map[*DirsNode]*ItemsList) (*ItemsNode, int) { |