summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/subsurfacestartup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c
index 61bff87fa..c5962d6c0 100644
--- a/core/subsurfacestartup.c
+++ b/core/subsurfacestartup.c
@@ -295,7 +295,7 @@ void setup_system_prefs(void)
default_prefs.font_size = system_divelist_default_font_size;
#if !defined(SUBSURFACE_MOBILE)
- default_prefs.default_filename = system_default_filename();
+ default_prefs.default_filename = copy_string(system_default_filename());
#endif
env = getenv("LC_MEASUREMENT");
if (!env)