diff options
Diffstat (limited to 'lib/strv.c')
| -rw-r--r-- | lib/strv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strv.c b/lib/strv.c index 6946f409b1..bd006e353a 100644 --- a/lib/strv.c +++ b/lib/strv.c @@ -164,7 +164,7 @@ int ul_strv_extend_strv_concat(char ***a, char **b, const char *suffix) { UL_STRV_FOREACH(s, b) { char *v; - v = strconcat(*s, suffix); + v = ul_strconcat(*s, suffix); if (!v) return -ENOMEM; |
