diff options
author | Joe <rbo@gmx.us> | 2024-01-29 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-29 20:20:20 +0100 |
commit | 146dea7023982f23ff522a020923f1d0ae13702b (patch) | |
tree | 9330ca76d17c454d1b229ce54871b967b60d3da5 /src/c_utils.go | |
parent | no segv (diff) | |
download | hardflip-146dea7023982f23ff522a020923f1d0ae13702b.tar.gz hardflip-146dea7023982f23ff522a020923f1d0ae13702b.tar.bz2 hardflip-146dea7023982f23ff522a020923f1d0ae13702b.tar.xz hardflip-146dea7023982f23ff522a020923f1d0ae13702b.tar.zst hardflip-146dea7023982f23ff522a020923f1d0ae13702b.zip |
noqwe
Diffstat (limited to '')
-rw-r--r-- | src/c_utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_utils.go b/src/c_utils.go index cefffc5..2b0161d 100644 --- a/src/c_utils.go +++ b/src/c_utils.go @@ -69,7 +69,7 @@ func c_get_data_dir(ui *HardUI) string { xdg_home := os.Getenv("XDG_DATA_HOME") if len(xdg_home) > 0 { - ptr = xdg_home + "/qwe" + ptr = xdg_home } else { ptr = home + "/.local/share" } |