chiark / gitweb /
util: rework strappenda(), and rename it strjoina()
[elogind.git] / src / cryptsetup / cryptsetup-generator.c
index 27b2360d240fffddd5c604a44b2f66c71657ff2e..05061c0704fe5593759ea56dbb415bf096a2e2c0 100644 (file)
@@ -183,7 +183,7 @@ static int create_disk(
         if (ferror(f))
                 return log_error_errno(errno, "Failed to write file %s: %m", p);
 
-        from = strappenda("../", n);
+        from = strjoina("../", n);
 
         if (!noauto) {