aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
commitcb73fe80e349decb4dc39113047fb554c2ffd2b6 (patch)
tree9496aa7be64e46b27e5bf7e8237b0fee9b055a1b /c_josh.go
parentmake (diff)
downloadhardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.gz
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.bz2
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.xz
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.zst
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.zip
up
Diffstat (limited to '')
-rw-r--r--c_josh.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/c_josh.go b/c_josh.go
index ad35c80..451f837 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -54,8 +54,6 @@ import (
func main() {
var data_dir string
- if data_dir = c_get_data_dir() + "/josh"; len(data_dir) == 0 {
- c_die("couldn't find josh home directory", nil)
- }
+ data_dir = c_get_data_dir()
fmt.Println("data dir: ", data_dir)
}