From ca68dbb3a581cd9b4b89253aa2a418721f993f72 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 30 Jul 2011 09:46:27 +0200 Subject: [PATCH 1/1] Make install now works again. (Missing and required macro defintion) --- gsm_ms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.13.6