chiark / gitweb /
util: rename join() to strjoin()
[elogind.git] / src / cgtop / cgtop.c
index f988adb363f5d428828241396d8896fa3e176d54..5557094a4f8bfb3ba5678a9731eb4dfd57c61401 100644 (file)
@@ -310,7 +310,7 @@ static int refresh_one(
                 if (r <= 0)
                         goto finish;
 
-                p = join(path, "/", fn, NULL);
+                p = strjoin(path, "/", fn, NULL);
                 free(fn);
 
                 if (!p) {