chiark / gitweb /
Add gettext support
[elogind.git] / src / shared / pager.c
index a9f2b7e4f493785886e510ec590d6bfef65fb45d..8635d9a600dd15ac345e2cdd1c033b10610c4ea9 100644 (file)
@@ -91,7 +91,7 @@ int pager_open(bool jump_to_end) {
                 if (!less_opts)
                         less_opts = "FRSXMK";
                 if (jump_to_end)
-                        less_opts = strappenda(less_opts, " +G");
+                        less_opts = strjoina(less_opts, " +G");
                 setenv("LESS", less_opts, 1);
 
                 /* Make sure the pager goes away when the parent dies */