summaryrefslogtreecommitdiffstats
path: root/gsm_ms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gsm_ms.cpp')
-rw-r--r--gsm_ms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm_ms.cpp b/gsm_ms.cpp
index 1e33162..e091434 100644
--- a/gsm_ms.cpp
+++ b/gsm_ms.cpp
@@ -858,7 +858,7 @@ int gsm_ms_init(void)
len = strlen(home) + 1 + sizeof(osmocomcfg);
config_file = (char *)talloc_size(l23_ctx, len);
if (config_file != NULL)
- snprintf(config_file, len, "%s/%s", home, osmocomcfg);
+ UNPRINT(config_file, len, "%s/%s", home, osmocomcfg);
}
/* save the config file directory name */
config_dir = talloc_strdup(l23_ctx, config_file);