aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.c b/linux.c
index d23af1aa0..d4131c7ea 100644
--- a/linux.c
+++ b/linux.c
@@ -53,7 +53,7 @@ static const char *system_default_path_append(const char *append)
const char *home = getenv("HOME");
if (!home)
home = "~";
- const char *path = "/subsurface";
+ const char *path = "/.subsurface";
int len = strlen(home) + strlen(path) + 1;
if (append)