aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-21 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-21 20:20:20 +0100
commit836ecab740dc22ef764c161c46193fe980f64bfb (patch)
treeb90570320d5838145c5d627022e7c0c641e9d378
parentroadmap (diff)
downloadhardflip-836ecab740dc22ef764c161c46193fe980f64bfb.tar.gz
hardflip-836ecab740dc22ef764c161c46193fe980f64bfb.tar.bz2
hardflip-836ecab740dc22ef764c161c46193fe980f64bfb.tar.xz
hardflip-836ecab740dc22ef764c161c46193fe980f64bfb.tar.zst
hardflip-836ecab740dc22ef764c161c46193fe980f64bfb.zip
ok
-rw-r--r--src/i_events.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go
index 60ecadb..4c37315 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -196,7 +196,6 @@ func i_reload_data(data *HardData) {
return
}
for curr := data.litems.head; curr != nil; curr = curr.next {
- // HACK: optimize by searching from the path
if curr.is_dir() == true {
if curr.Dirs.Name == tmp_name {
if curr.Dirs.Parent.path() == tmp_parent_path {