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
commit6bfd76773258c8c05c345b0765bf487e2cc08fa7 (patch)
tree59222108cccd62613a4c91e1989d48fe2978296a /src/c_utils.go
parentsegv (diff)
downloadhardflip-6bfd76773258c8c05c345b0765bf487e2cc08fa7.tar.gz
hardflip-6bfd76773258c8c05c345b0765bf487e2cc08fa7.tar.bz2
hardflip-6bfd76773258c8c05c345b0765bf487e2cc08fa7.tar.xz
hardflip-6bfd76773258c8c05c345b0765bf487e2cc08fa7.tar.zst
hardflip-6bfd76773258c8c05c345b0765bf487e2cc08fa7.zip
no segv
Diffstat (limited to '')
-rw-r--r--src/c_utils.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_utils.go b/src/c_utils.go
index 84479ce..cefffc5 100644
--- a/src/c_utils.go
+++ b/src/c_utils.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_utils.go
- * Wed Dec 20 10:50:12 2023
+ * Mon Jan 29 08:56:55 2024
* Joe
*
* core funcs
@@ -86,6 +86,7 @@ func c_get_data_dir(ui *HardUI) string {
c_die("could read path " + ptr, err)
}
c_error_mode("could read path" + ptr, err, ui)
+ return ""
// FIX: segv
}
return ptr