From d13eed42bf459d5862d5f5762b3882bdedd18ceb Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 11 Jan 2024 20:20:20 +0100 Subject: qwe --- c_hardflip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_hardflip.go') diff --git a/c_hardflip.go b/c_hardflip.go index c36cd3e..ca3c76f 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -63,7 +63,7 @@ type HardData struct { func main() { data_dir := c_get_data_dir() - opts := HardOpts{true, true, false} + opts := HardOpts{true, true} ldirs := c_load_data_dir(data_dir, opts) litems := c_load_litems(ldirs) data := HardData{ -- cgit v1.2.3