diff options
author | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-23 20:20:20 +0100 |
commit | 18d207ef1777d9c713192f39f671ae1902f8c94a (patch) | |
tree | 4cf77b9c23b1386f436e655a960841e5e143051d /src/c_hardflip.go | |
parent | good (diff) | |
download | hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.gz hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.bz2 hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.xz hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.tar.zst hardflip-18d207ef1777d9c713192f39f671ae1902f8c94a.zip |
segv
Diffstat (limited to 'src/c_hardflip.go')
-rw-r--r-- | src/c_hardflip.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go index 8ffdaba..fa6dfb4 100644 --- a/src/c_hardflip.go +++ b/src/c_hardflip.go @@ -63,7 +63,7 @@ type HardData struct { } func main() { - data_dir := c_get_data_dir() + data_dir := c_get_data_dir(nil) opts := HardOpts{true, true, false, ""} i_ui(data_dir, opts) } |