Make install now works again. (Missing and required macro defintion)
[lcr.git] / gsm_ms.cpp
index 1e33162..e091434 100644 (file)
@@ -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);