diff options
-rw-r--r-- | linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |