aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-15 20:20:20 +0100
commitaf9679edc0fddab9b5ce784bece6397f3c64028c (patch)
tree68a6d279c3fb24176219143d5237e3a36cd1a345 /c_init.go
parentuseless (diff)
downloadhardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.gz
hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.bz2
hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.xz
hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.tar.zst
hardflip-af9679edc0fddab9b5ce784bece6397f3c64028c.zip
think its ok
Diffstat (limited to '')
-rw-r--r--c_init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_init.go b/c_init.go
index 730da45..961a1fb 100644
--- a/c_init.go
+++ b/c_init.go
@@ -123,6 +123,6 @@ func c_load_litems(ldirs *DirsList) *ItemsList {
litems.head.prev = nil
}
litems.curr = litems.head
- litems.draw_start = litems.head
+ litems.draw = litems.head
return &litems
}