aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_utils.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-29 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-29 20:20:20 +0100
commitac5e7dd7aa86fa5adf263912e4b1be2fc72fde28 (patch)
tree736c9ff9f24634d07a829c39247a7ee0b0bf0114 /src/c_utils.go
parentnoqwe (diff)
downloadhardflip-ac5e7dd7aa86fa5adf263912e4b1be2fc72fde28.tar.gz
hardflip-ac5e7dd7aa86fa5adf263912e4b1be2fc72fde28.tar.bz2
hardflip-ac5e7dd7aa86fa5adf263912e4b1be2fc72fde28.tar.xz
hardflip-ac5e7dd7aa86fa5adf263912e4b1be2fc72fde28.tar.zst
hardflip-ac5e7dd7aa86fa5adf263912e4b1be2fc72fde28.zip
definite choice
Diffstat (limited to '')
-rw-r--r--src/c_utils.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c_utils.go b/src/c_utils.go
index 2b0161d..5bf4ae6 100644
--- a/src/c_utils.go
+++ b/src/c_utils.go
@@ -87,7 +87,6 @@ func c_get_data_dir(ui *HardUI) string {
}
c_error_mode("could read path" + ptr, err, ui)
return ""
- // FIX: segv
}
return ptr
}